Class: InsuranceDetailsType
- Inherits:
-
Object
- Object
- InsuranceDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsInsuranceDetailsType
Constant Summary collapse
- @@schema_type =
"InsuranceDetailsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["insuranceFee", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InsuranceFee")]], ["insuranceOption", ["InsuranceOptionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InsuranceOption")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
18176 18177 18178 18179 18180 |
# File 'lib/eBay.rb', line 18176 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.
18170 18171 18172 |
# File 'lib/eBay.rb', line 18170 def __xmlele_any @__xmlele_any end |
#insuranceFee ⇒ Object
Returns the value of attribute insuranceFee.
18168 18169 18170 |
# File 'lib/eBay.rb', line 18168 def insuranceFee @insuranceFee end |
#insuranceOption ⇒ Object
Returns the value of attribute insuranceOption.
18169 18170 18171 |
# File 'lib/eBay.rb', line 18169 def insuranceOption @insuranceOption end |
Instance Method Details
#set_any(elements) ⇒ Object
18172 18173 18174 |
# File 'lib/eBay.rb', line 18172 def set_any(elements) @__xmlele_any = elements end |