Class: HighLevel::Models::Store::GetAvailableShippingRates
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::GetAvailableShippingRates
- Defined in:
- lib/high_level/models/store/get_available_shipping_rates.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#amount_available ⇒ Object
readonly
Returns the value of attribute amount_available.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#coupon_code ⇒ Object
readonly
Returns the value of attribute coupon_code.
-
#products ⇒ Object
readonly
Returns the value of attribute products.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#total_order_amount ⇒ Object
readonly
Returns the value of attribute total_order_amount.
-
#total_order_weight ⇒ Object
readonly
Returns the value of attribute total_order_weight.
-
#weight_available ⇒ Object
readonly
Returns the value of attribute weight_available.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def address @address end |
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.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/get_available_shipping_rates.rb', line 9 def alt_type @alt_type end |
#amount_available ⇒ Object (readonly)
Returns the value of attribute amount_available
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def amount_available @amount_available end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def country @country end |
#coupon_code ⇒ Object (readonly)
Returns the value of attribute coupon_code
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def coupon_code @coupon_code end |
#products ⇒ Object (readonly)
Returns the value of attribute products
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def products @products end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def source @source end |
#total_order_amount ⇒ Object (readonly)
Returns the value of attribute total_order_amount
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def total_order_amount @total_order_amount end |
#total_order_weight ⇒ Object (readonly)
Returns the value of attribute total_order_weight
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def total_order_weight @total_order_weight end |
#weight_available ⇒ Object (readonly)
Returns the value of attribute weight_available
9 10 11 |
# File 'lib/high_level/models/store/get_available_shipping_rates.rb', line 9 def weight_available @weight_available end |