Class: HighLevel::Models::Store::ContactAddress
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::ContactAddress
- Defined in:
- lib/high_level/models/store/contact_address.rb
Instance Attribute Summary collapse
-
#address_line1 ⇒ Object
readonly
Returns the value of attribute address_line1.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#company_name ⇒ Object
readonly
Returns the value of attribute company_name.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#zip ⇒ Object
readonly
Returns the value of attribute zip.
Instance Attribute Details
#address_line1 ⇒ Object (readonly)
Returns the value of attribute address_line1
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def address_line1 @address_line1 end |
#city ⇒ Object (readonly)
Returns the value of attribute city
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def city @city end |
#company_name ⇒ Object (readonly)
Returns the value of attribute company_name
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def company_name @company_name end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def country @country end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def email @email end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def phone @phone end |
#state ⇒ Object (readonly)
Returns the value of attribute state
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def state @state end |
#zip ⇒ Object (readonly)
Returns the value of attribute zip
9 10 11 |
# File 'lib/high_level/models/store/contact_address.rb', line 9 def zip @zip end |