Module: G5IntegrationsUpdatable::FirstClassProperties

Extended by:
ActiveSupport::Concern
Included in:
LocationSetting
Defined in:
app/concerns/g5_integrations_updatable/first_class_properties.rb

Instance Method Summary collapse

Instance Method Details

#properties=(hash) ⇒ Object



8
9
10
11
# File 'app/concerns/g5_integrations_updatable/first_class_properties.rb', line 8

def properties=(hash)
  write_attribute("properties", hash)
  define_methods_for_properties
end