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.



3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
# File 'lib/eBay.rb', line 3122

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.



3114
3115
3116
# File 'lib/eBay.rb', line 3114

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



3115
3116
3117
# File 'lib/eBay.rb', line 3115

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



3107
3108
3109
# File 'lib/eBay.rb', line 3107

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3111
3112
3113
# File 'lib/eBay.rb', line 3111

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3108
3109
3110
# File 'lib/eBay.rb', line 3108

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3112
3113
3114
# File 'lib/eBay.rb', line 3112

def invocationID
  @invocationID
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



3116
3117
3118
# File 'lib/eBay.rb', line 3116

def lastModifiedDate
  @lastModifiedDate
end

#messageIDObject

Returns the value of attribute messageID.



3109
3110
3111
# File 'lib/eBay.rb', line 3109

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3110
3111
3112
# File 'lib/eBay.rb', line 3110

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3113
3114
3115
# File 'lib/eBay.rb', line 3113

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3118
3119
3120
# File 'lib/eBay.rb', line 3118

def set_any(elements)
  @__xmlele_any = elements
end