Class: HighLevel::Models::Businesses::BusinessDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Businesses::BusinessDto
- Defined in:
- lib/high_level/models/businesses/business_dto.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#updated_by ⇒ Object
readonly
Returns the value of attribute updated_by.
-
#website ⇒ Object
readonly
Returns the value of attribute website.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def address @address end |
#city ⇒ Object (readonly)
Returns the value of attribute city
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def country @country end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def created_at @created_at end |
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def created_by @created_by end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def description @description end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def email @email end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def phone @phone end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Returns the value of attribute state
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def state @state end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def updated_at @updated_at end |
#updated_by ⇒ Object (readonly)
Returns the value of attribute updated_by
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def updated_by @updated_by end |
#website ⇒ Object (readonly)
Returns the value of attribute website
9 10 11 |
# File 'lib/high_level/models/businesses/business_dto.rb', line 9 def website @website end |