Class: HighLevel::Models::Store::ShippingZoneCountryDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/shipping_zone_country_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



9
10
11
# File 'lib/high_level/models/store/shipping_zone_country_dto.rb', line 9

def code
  @code
end

#statesObject (readonly)

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



9
10
11
# File 'lib/high_level/models/store/shipping_zone_country_dto.rb', line 9

def states
  @states
end