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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, detailName = []) ⇒ GeteBayDetailsRequestType

Returns a new instance of GeteBayDetailsRequestType.



8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/eBay.rb', line 8470

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8463
8464
8465
# File 'lib/eBay.rb', line 8463

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8457
8458
8459
# File 'lib/eBay.rb', line 8457

def detailLevel
  @detailLevel
end

#detailNameObject

Returns the value of attribute detailName.



8464
8465
8466
# File 'lib/eBay.rb', line 8464

def detailName
  @detailName
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8461
8462
8463
# File 'lib/eBay.rb', line 8461

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8458
8459
8460
# File 'lib/eBay.rb', line 8458

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8462
8463
8464
# File 'lib/eBay.rb', line 8462

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8459
8460
8461
# File 'lib/eBay.rb', line 8459

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



8460
8461
8462
# File 'lib/eBay.rb', line 8460

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8466
8467
8468
# File 'lib/eBay.rb', line 8466

def set_any(elements)
  @__xmlele_any = elements
end