Method: Formi9.client

Defined in:
lib/formi9.rb

.client(options = {}) ⇒ Formi9::Client

Alias for Formi9::Client.new

Returns:



12
13
14
# File 'lib/formi9.rb', line 12

def self.client(options={})
  Formi9::Client.new(options)
end