Class: G5IntegrationsUpdatable::LocationSetting

Inherits:
ActiveRecord::Base
  • Object
show all
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'

Instance Method Summary collapse

Methods included from FirstClassProperties

#properties=

Instance Method Details

#to_paramObject



20
21
22
# File 'app/models/g5_integrations_updatable/location_setting.rb', line 20

def to_param
  urn
end