Class: GeteBayDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayDetailsRequestType

Constant Summary collapse

@@schema_type =
"GeteBayDetailsRequestType"
@@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")]],
  ["detailName", ["DetailNameCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailName")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GeteBayDetailsRequestType.



9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
# File 'lib/eBay.rb', line 9357

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9350
9351
9352
# File 'lib/eBay.rb', line 9350

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



9343
9344
9345
# File 'lib/eBay.rb', line 9343

def detailLevel
  @detailLevel
end

#detailNameObject

Returns the value of attribute detailName.



9351
9352
9353
# File 'lib/eBay.rb', line 9351

def detailName
  @detailName
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9347
9348
9349
# File 'lib/eBay.rb', line 9347

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9344
9345
9346
# File 'lib/eBay.rb', line 9344

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9348
9349
9350
# File 'lib/eBay.rb', line 9348

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



9345
9346
9347
# File 'lib/eBay.rb', line 9345

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



9346
9347
9348
# File 'lib/eBay.rb', line 9346

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



9349
9350
9351
# File 'lib/eBay.rb', line 9349

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



9353
9354
9355
# File 'lib/eBay.rb', line 9353

def set_any(elements)
  @__xmlele_any = elements
end