Method: Formi9.client
- Defined in:
- lib/formi9.rb
.client(options = {}) ⇒ Formi9::Client
Alias for Formi9::Client.new
12 13 14 |
# File 'lib/formi9.rb', line 12 def self.client(={}) Formi9::Client.new() end |
Alias for Formi9::Client.new
12 13 14 |
# File 'lib/formi9.rb', line 12 def self.client(={}) Formi9::Client.new() end |