Module: Bitrix24CloudApi::CRM::PRODUCT::PROPERTY
- Defined in:
- lib/bitrix24_cloud_api/CRM/product.rb
Class Method Summary collapse
Class Method Details
.const_missing(c) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/bitrix24_cloud_api/CRM/product.rb', line 5 def self.const_missing(c) if [:Settings, :Enumeration].any?{|x| x == c} target_class = Bitrix24CloudApi::CRM.const_get(c) target_class.define_singleton_method(:resource_path) { "crm.product.property.#{c.downcase}" } target_class end end |