class GLSMS::Adapter
Public Class Methods
connect(client_name = "", opts = {})
click to toggle source
# File lib/main.rb, line 9 def self.connect(client_name = "", opts = {}) case client_name when CL_MSG91 MSG91.new opts else raise StandardError.new "No Client found for #{client_name}" end end