Class: AbstractRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAbstractRequestType

Constant Summary collapse

@@schema_type =
"AbstractRequestType"
@@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")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AbstractRequestType.



14259
14260
14261
14262
14263
14264
14265
14266
14267
14268
# File 'lib/eBay.rb', line 14259

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14253
14254
14255
# File 'lib/eBay.rb', line 14253

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



14246
14247
14248
# File 'lib/eBay.rb', line 14246

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



14250
14251
14252
# File 'lib/eBay.rb', line 14250

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



14247
14248
14249
# File 'lib/eBay.rb', line 14247

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



14251
14252
14253
# File 'lib/eBay.rb', line 14251

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



14248
14249
14250
# File 'lib/eBay.rb', line 14248

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



14249
14250
14251
# File 'lib/eBay.rb', line 14249

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



14252
14253
14254
# File 'lib/eBay.rb', line 14252

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



14255
14256
14257
# File 'lib/eBay.rb', line 14255

def set_any(elements)
  @__xmlele_any = elements
end