Class: G5IntegrationsUpdatable::LocationSetting
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- G5IntegrationsUpdatable::LocationSetting
- Includes:
- FindOrCreateFromFeed, FirstClassProperties
- Defined in:
- app/models/g5_integrations_updatable/location_setting.rb
Constant Summary collapse
- INVENTORY =
'inventory'- LEAD_RESERVATION =
'lead_reservation'- LEAD_INQUIRY =
'lead_inquiry'- LEAD_RESERVATION_WITH_FEE =
'lead_reservation_with_fee'- LEAD_SYNCHRONIZE =
'lead_synchronize'
Instance Method Summary collapse
Methods included from FirstClassProperties
Instance Method Details
#to_param ⇒ Object
22 23 24 |
# File 'app/models/g5_integrations_updatable/location_setting.rb', line 22 def to_param urn end |