Class: HighLevel::Models::Store::ShippingCarrierServiceDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end