Class: HighLevel::Models::Store::UpdateShippingZoneDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::UpdateShippingZoneDto
- Defined in:
- lib/high_level/models/store/update_shipping_zone_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#countries ⇒ Object
readonly
Returns the value of attribute countries.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_zone_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_zone_dto.rb', line 9 def alt_type @alt_type end |
#countries ⇒ Object (readonly)
Returns the value of attribute countries
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_zone_dto.rb', line 9 def countries @countries end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_zone_dto.rb', line 9 def name @name end |