Class: HighLevel::Models::Store::AvailableShippingRate
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::AvailableShippingRate
- Defined in:
- lib/high_level/models/store/available_shipping_rate.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_carrier_rate ⇒ Object
readonly
Returns the value of attribute is_carrier_rate.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#percentage_of_rate_fee ⇒ Object
readonly
Returns the value of attribute percentage_of_rate_fee.
-
#shipping_carrier_id ⇒ Object
readonly
Returns the value of attribute shipping_carrier_id.
-
#shipping_carrier_services ⇒ Object
readonly
Returns the value of attribute shipping_carrier_services.
-
#shipping_zone_id ⇒ Object
readonly
Returns the value of attribute shipping_zone_id.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def amount @amount end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def currency @currency end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def id @id end |
#is_carrier_rate ⇒ Object (readonly)
Returns the value of attribute is_carrier_rate
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def is_carrier_rate @is_carrier_rate end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def name @name end |
#percentage_of_rate_fee ⇒ Object (readonly)
Returns the value of attribute percentage_of_rate_fee
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def percentage_of_rate_fee @percentage_of_rate_fee end |
#shipping_carrier_id ⇒ Object (readonly)
Returns the value of attribute shipping_carrier_id
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def shipping_carrier_id @shipping_carrier_id end |
#shipping_carrier_services ⇒ Object (readonly)
Returns the value of attribute shipping_carrier_services
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def shipping_carrier_services @shipping_carrier_services end |
#shipping_zone_id ⇒ Object (readonly)
Returns the value of attribute shipping_zone_id
9 10 11 |
# File 'lib/high_level/models/store/available_shipping_rate.rb', line 9 def shipping_zone_id @shipping_zone_id end |