Class: EBay::CalculatedShippingPreferencesType
- Inherits:
-
Object
- Object
- EBay::CalculatedShippingPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCalculatedShippingPreferencesType
calculatedShippingAmountForEntireOrder - EBay::AmountType
calculatedShippingChargeOption - EBay::CalculatedShippingChargeOptionCodeType
calculatedShippingRateOption - EBay::CalculatedShippingRateOptionCodeType
insuranceOption - EBay::InsuranceOptionCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#calculatedShippingAmountForEntireOrder ⇒ Object
Returns the value of attribute calculatedShippingAmountForEntireOrder.
-
#calculatedShippingChargeOption ⇒ Object
Returns the value of attribute calculatedShippingChargeOption.
-
#calculatedShippingRateOption ⇒ Object
Returns the value of attribute calculatedShippingRateOption.
-
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
Instance Method Summary collapse
-
#initialize(calculatedShippingAmountForEntireOrder = nil, calculatedShippingChargeOption = nil, calculatedShippingRateOption = nil, insuranceOption = nil) ⇒ CalculatedShippingPreferencesType
constructor
A new instance of CalculatedShippingPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(calculatedShippingAmountForEntireOrder = nil, calculatedShippingChargeOption = nil, calculatedShippingRateOption = nil, insuranceOption = nil) ⇒ CalculatedShippingPreferencesType
Returns a new instance of CalculatedShippingPreferencesType.
21681 21682 21683 21684 21685 21686 21687 |
# File 'lib/eBay.rb', line 21681 def initialize(calculatedShippingAmountForEntireOrder = nil, calculatedShippingChargeOption = nil, calculatedShippingRateOption = nil, insuranceOption = nil) @calculatedShippingAmountForEntireOrder = calculatedShippingAmountForEntireOrder @calculatedShippingChargeOption = calculatedShippingChargeOption @calculatedShippingRateOption = calculatedShippingRateOption @insuranceOption = insuranceOption @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21675 21676 21677 |
# File 'lib/eBay.rb', line 21675 def __xmlele_any @__xmlele_any end |
#calculatedShippingAmountForEntireOrder ⇒ Object
Returns the value of attribute calculatedShippingAmountForEntireOrder.
21671 21672 21673 |
# File 'lib/eBay.rb', line 21671 def calculatedShippingAmountForEntireOrder @calculatedShippingAmountForEntireOrder end |
#calculatedShippingChargeOption ⇒ Object
Returns the value of attribute calculatedShippingChargeOption.
21672 21673 21674 |
# File 'lib/eBay.rb', line 21672 def calculatedShippingChargeOption @calculatedShippingChargeOption end |
#calculatedShippingRateOption ⇒ Object
Returns the value of attribute calculatedShippingRateOption.
21673 21674 21675 |
# File 'lib/eBay.rb', line 21673 def calculatedShippingRateOption @calculatedShippingRateOption end |
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
21674 21675 21676 |
# File 'lib/eBay.rb', line 21674 def insuranceOption @insuranceOption end |
Instance Method Details
#set_any(elements) ⇒ Object
21677 21678 21679 |
# File 'lib/eBay.rb', line 21677 def set_any(elements) @__xmlele_any = elements end |