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