Class: HighLevel::Models::Invoices::AddressDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::AddressDto
- Defined in:
- lib/high_level/models/invoices/address_dto.rb
Instance Attribute Summary collapse
-
#address_line1 ⇒ Object
readonly
Returns the value of attribute address_line1.
-
#address_line2 ⇒ Object
readonly
Returns the value of attribute address_line2.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country_code ⇒ Object
readonly
Returns the value of attribute country_code.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#address_line1 ⇒ Object (readonly)
Returns the value of attribute address_line1
9 10 11 |
# File 'lib/high_level/models/invoices/address_dto.rb', line 9 def address_line1 @address_line1 end |
#address_line2 ⇒ Object (readonly)
Returns the value of attribute address_line2
9 10 11 |
# File 'lib/high_level/models/invoices/address_dto.rb', line 9 def address_line2 @address_line2 end |
#city ⇒ Object (readonly)
Returns the value of attribute city
9 10 11 |
# File 'lib/high_level/models/invoices/address_dto.rb', line 9 def city @city end |
#country_code ⇒ Object (readonly)
Returns the value of attribute country_code
9 10 11 |
# File 'lib/high_level/models/invoices/address_dto.rb', line 9 def country_code @country_code end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code
9 10 11 |
# File 'lib/high_level/models/invoices/address_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/invoices/address_dto.rb', line 9 def state @state end |