Class: EBay::InsuranceDetailsType
- Inherits:
-
Object
- Object
- EBay::InsuranceDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsInsuranceDetailsType
insuranceFee - EBay::AmountType
insuranceOption - EBay::InsuranceOptionCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#insuranceFee ⇒ Object
Returns the value of attribute insuranceFee.
-
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
Instance Method Summary collapse
-
#initialize(insuranceFee = nil, insuranceOption = nil) ⇒ InsuranceDetailsType
constructor
A new instance of InsuranceDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(insuranceFee = nil, insuranceOption = nil) ⇒ InsuranceDetailsType
Returns a new instance of InsuranceDetailsType.
25009 25010 25011 25012 25013 |
# File 'lib/eBay.rb', line 25009 def initialize(insuranceFee = nil, insuranceOption = nil) @insuranceFee = insuranceFee @insuranceOption = insuranceOption @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25003 25004 25005 |
# File 'lib/eBay.rb', line 25003 def __xmlele_any @__xmlele_any end |
#insuranceFee ⇒ Object
Returns the value of attribute insuranceFee.
25001 25002 25003 |
# File 'lib/eBay.rb', line 25001 def insuranceFee @insuranceFee end |
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
25002 25003 25004 |
# File 'lib/eBay.rb', line 25002 def insuranceOption @insuranceOption end |
Instance Method Details
#set_any(elements) ⇒ Object
25005 25006 25007 |
# File 'lib/eBay.rb', line 25005 def set_any(elements) @__xmlele_any = elements end |