Class: CategoryFinanceOfferType
- Inherits:
-
Object
- Object
- CategoryFinanceOfferType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCategoryFinanceOfferType
Constant Summary collapse
- @@schema_type =
"CategoryFinanceOfferType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["financeOfferID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FinanceOfferID")]], ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]], ["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.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
Instance Method Summary collapse
-
#initialize(financeOfferID = [], categoryID = nil) ⇒ CategoryFinanceOfferType
constructor
A new instance of CategoryFinanceOfferType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(financeOfferID = [], categoryID = nil) ⇒ CategoryFinanceOfferType
Returns a new instance of CategoryFinanceOfferType.
16137 16138 16139 16140 16141 |
# File 'lib/eBay.rb', line 16137 def initialize(financeOfferID = [], categoryID = nil) @financeOfferID = financeOfferID @categoryID = categoryID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16131 16132 16133 |
# File 'lib/eBay.rb', line 16131 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
16130 16131 16132 |
# File 'lib/eBay.rb', line 16130 def categoryID @categoryID end |
#financeOfferID ⇒ Object
Returns the value of attribute financeOfferID.
16129 16130 16131 |
# File 'lib/eBay.rb', line 16129 def financeOfferID @financeOfferID end |
Instance Method Details
#set_any(elements) ⇒ Object
16133 16134 16135 |
# File 'lib/eBay.rb', line 16133 def set_any(elements) @__xmlele_any = elements end |