Class: GetCategory2FinanceOfferRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2FinanceOfferRequestType

Constant Summary collapse

@@schema_type =
"GetCategory2FinanceOfferRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
  ["lastModifiedDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedDate")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedDate = nil) ⇒ GetCategory2FinanceOfferRequestType

Returns a new instance of GetCategory2FinanceOfferRequestType.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
# File 'lib/eBay.rb', line 2708

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedDate = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @categoryID = categoryID
  @lastModifiedDate = lastModifiedDate
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2700
2701
2702
# File 'lib/eBay.rb', line 2700

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



2701
2702
2703
# File 'lib/eBay.rb', line 2701

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2693
2694
2695
# File 'lib/eBay.rb', line 2693

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2697
2698
2699
# File 'lib/eBay.rb', line 2697

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2694
2695
2696
# File 'lib/eBay.rb', line 2694

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2698
2699
2700
# File 'lib/eBay.rb', line 2698

def invocationID
  @invocationID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



2702
2703
2704
# File 'lib/eBay.rb', line 2702

def lastModifiedDate
  @lastModifiedDate
end

#messageIDObject

Returns the value of attribute messageID.



2695
2696
2697
# File 'lib/eBay.rb', line 2695

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2696
2697
2698
# File 'lib/eBay.rb', line 2696

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2699
2700
2701
# File 'lib/eBay.rb', line 2699

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2704
2705
2706
# File 'lib/eBay.rb', line 2704

def set_any(elements)
  @__xmlele_any = elements
end