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, #to_hash, #to_json

Constructor Details

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

Instance Attribute Details

#AccountName ⇒ Object

Returns the value of attribute AccountName.



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

def AccountName
  @AccountName
end

#Address ⇒ Object

Returns the value of attribute Address.



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

def Address
  @Address
end

#BrandAccountName ⇒ Object

Returns the value of attribute BrandAccountName.



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

def BrandAccountName
  @BrandAccountName
end

#BusinessName ⇒ Object

Returns the value of attribute BusinessName.



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

def BusinessName
  @BusinessName
end

#BusinessType ⇒ Object

Returns the value of attribute BusinessType.



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

def BusinessType
  @BusinessType
end

#EmailAddress ⇒ Object

Returns the value of attribute EmailAddress.



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

def EmailAddress
  @EmailAddress
end

#EncryptedLocationID ⇒ Object

Returns the value of attribute EncryptedLocationID.



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

def EncryptedLocationID
  @EncryptedLocationID
end

#ID ⇒ Object

Returns the value of attribute ID.



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

def ID
  @ID
end

#IsDistributionPartner ⇒ Object

Returns the value of attribute IsDistributionPartner.



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

def IsDistributionPartner
  @IsDistributionPartner
end

#Phone ⇒ Object

Returns the value of attribute Phone.



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

def Phone
  @Phone
end

#TimeZone ⇒ Object

Returns the value of attribute TimeZone.



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

def TimeZone
  @TimeZone
end

#WebSite ⇒ Object

Returns the value of attribute WebSite.



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

def WebSite
  @WebSite
end