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.



12767
12768
12769
12770
12771
# File 'lib/eBay.rb', line 12767

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.



12761
12762
12763
# File 'lib/eBay.rb', line 12761

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



12760
12761
12762
# File 'lib/eBay.rb', line 12760

def categoryID
  @categoryID
end

#financeOfferIDObject

Returns the value of attribute financeOfferID.



12759
12760
12761
# File 'lib/eBay.rb', line 12759

def financeOfferID
  @financeOfferID
end

Instance Method Details

#set_any(elements) ⇒ Object



12763
12764
12765
# File 'lib/eBay.rb', line 12763

def set_any(elements)
  @__xmlele_any = elements
end