Class: EBay::ShippingInsuranceType
- Inherits:
-
Object
- Object
- EBay::ShippingInsuranceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingInsuranceType
insuranceOption - EBay::InsuranceOptionCodeType
flatRateInsuranceRangeCost - EBay::FlatRateInsuranceRangeCostType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#flatRateInsuranceRangeCost ⇒ Object
Returns the value of attribute flatRateInsuranceRangeCost.
-
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
Instance Method Summary collapse
-
#initialize(insuranceOption = nil, flatRateInsuranceRangeCost = []) ⇒ ShippingInsuranceType
constructor
A new instance of ShippingInsuranceType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(insuranceOption = nil, flatRateInsuranceRangeCost = []) ⇒ ShippingInsuranceType
Returns a new instance of ShippingInsuranceType.
32676 32677 32678 32679 32680 |
# File 'lib/eBay.rb', line 32676 def initialize(insuranceOption = nil, flatRateInsuranceRangeCost = []) @insuranceOption = insuranceOption @flatRateInsuranceRangeCost = flatRateInsuranceRangeCost @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32670 32671 32672 |
# File 'lib/eBay.rb', line 32670 def __xmlele_any @__xmlele_any end |
#flatRateInsuranceRangeCost ⇒ Object
Returns the value of attribute flatRateInsuranceRangeCost.
32669 32670 32671 |
# File 'lib/eBay.rb', line 32669 def flatRateInsuranceRangeCost @flatRateInsuranceRangeCost end |
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
32668 32669 32670 |
# File 'lib/eBay.rb', line 32668 def insuranceOption @insuranceOption end |
Instance Method Details
#set_any(elements) ⇒ Object
32672 32673 32674 |
# File 'lib/eBay.rb', line 32672 def set_any(elements) @__xmlele_any = elements end |