Class: CategoryFinanceOfferType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(financeOfferID = [], categoryID = nil) ⇒ CategoryFinanceOfferType

Returns a new instance of CategoryFinanceOfferType.



14423
14424
14425
14426
14427
# File 'lib/eBay.rb', line 14423

def initialize(financeOfferID = [], categoryID = nil)
  @financeOfferID = financeOfferID
  @categoryID = categoryID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14417
14418
14419
# File 'lib/eBay.rb', line 14417

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



14416
14417
14418
# File 'lib/eBay.rb', line 14416

def categoryID
  @categoryID
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



14415
14416
14417
# File 'lib/eBay.rb', line 14415

def financeOfferID
  @financeOfferID
end

Instance Method Details

#set_any(elements) ⇒ Object



14419
14420
14421
# File 'lib/eBay.rb', line 14419

def set_any(elements)
  @__xmlele_any = elements
end