Class: Booker::Models::Location

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/location.rb

Direct Known Subclasses

Spa

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

constantize, from_hash, from_list, #initialize, time_from_booker_datetime, time_to_booker_datetime, timezone_from_booker_offset!, timezone_from_booker_timezone, #to_hash, #to_json, to_wday

Constructor Details

This class inherits a constructor from Booker::Models::Model

Instance Attribute Details

#AccountNameObject

Returns the value of attribute AccountName.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def AccountName
  @AccountName
end

#AddressObject

Returns the value of attribute Address.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def Address
  @Address
end

#BrandAccountNameObject

Returns the value of attribute BrandAccountName.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def BrandAccountName
  @BrandAccountName
end

#BusinessNameObject

Returns the value of attribute BusinessName.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def BusinessName
  @BusinessName
end

#BusinessTypeObject

Returns the value of attribute BusinessType.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def BusinessType
  @BusinessType
end

#CurrencyCodeObject

Returns the value of attribute CurrencyCode.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def CurrencyCode
  @CurrencyCode
end

#EmailAddressObject

Returns the value of attribute EmailAddress.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def EmailAddress
  @EmailAddress
end

#EncryptedLocationIDObject

Returns the value of attribute EncryptedLocationID.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def EncryptedLocationID
  @EncryptedLocationID
end

#FirstNameObject

Returns the value of attribute FirstName.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def FirstName
  @FirstName
end

#IDObject

Returns the value of attribute ID.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def ID
  @ID
end

#IsDistributionPartnerObject

Returns the value of attribute IsDistributionPartner.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def IsDistributionPartner
  @IsDistributionPartner
end

#LastNameObject

Returns the value of attribute LastName.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def LastName
  @LastName
end

#LogoUrlObject

Returns the value of attribute LogoUrl.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def LogoUrl
  @LogoUrl
end

#PhoneObject

Returns the value of attribute Phone.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def Phone
  @Phone
end

#TimeZoneObject

Returns the value of attribute TimeZone.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def TimeZone
  @TimeZone
end

#WebSiteObject

Returns the value of attribute WebSite.



4
5
6
# File 'lib/booker/models/location.rb', line 4

def WebSite
  @WebSite
end