module Teamlab::CrmOrganisation
Methods for working with crm cases
Public Instance Methods
update_organisation_address(options = {})
click to toggle source
# File lib/teamlab/modules/crm/crm_organisation.rb, line 10 def update_organisation_address(options = {}) @request.put(%w[settings organisation address], options) end
update_organisation_company_name(title)
click to toggle source
# 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