class Invoicexpress::Client

Please refer to each section inside the client for the respective documentation.

Public Class Methods

new(options={}) click to toggle source
# File lib/invoicexpress/client.rb, line 29
def initialize(options={})
  options = Invoicexpress.options.merge(options)
  Configuration::VALID_OPTIONS_KEYS.each do |key|
    send("#{key}=", options[key])
  end
end