Sha256: 00be8b28859580079eaaec59eb81dc9f913e11490b15f608a06eec7ede46faeb
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
module Formi9 class Client # Defines methods related to companies module Companies # Get company settings, if there are no settings saved, anempty response if given. def get_company_info(company_id) get("companies/#{company_id}") end def create_company_with_mou(options) post('companies/mou', options) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formi9-0.1.8 | lib/formi9/client/companies.rb |
formi9-0.1.7 | lib/formi9/client/companies.rb |