Module: Teamlab::CrmOrganisation
- Included in:
- Crm
- Defined in:
- lib/teamlab/modules/crm/crm_organisation.rb
Overview
Methods for working with crm cases
Instance Method Summary collapse
- #update_organisation_address(options = {}) ⇒ Object
- #update_organisation_company_name(title) ⇒ Object
Instance Method Details
#update_organisation_address(options = {}) ⇒ Object
10 11 12 |
# File 'lib/teamlab/modules/crm/crm_organisation.rb', line 10 def update_organisation_address( = {}) @request.put(%w[settings organisation address], ) end |
#update_organisation_company_name(title) ⇒ Object
6 7 8 |
# File 'lib/teamlab/modules/crm/crm_organisation.rb', line 6 def update_organisation_company_name(title) @request.put(%w[settings organisation base], companyName: title) end |