Class: GetUserRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserRequestType

Constant Summary collapse

@@schema_type =
"GetUserRequestType"
@@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")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, userID = nil) ⇒ GetUserRequestType

Returns a new instance of GetUserRequestType.



7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
# File 'lib/eBay.rb', line 7905

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7897
7898
7899
# File 'lib/eBay.rb', line 7897

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7891
7892
7893
# File 'lib/eBay.rb', line 7891

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7895
7896
7897
# File 'lib/eBay.rb', line 7895

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7892
7893
7894
# File 'lib/eBay.rb', line 7892

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7896
7897
7898
# File 'lib/eBay.rb', line 7896

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



7898
7899
7900
# File 'lib/eBay.rb', line 7898

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



7893
7894
7895
# File 'lib/eBay.rb', line 7893

def messageID
  @messageID
end

#userIDObject

Returns the value of attribute userID.



7899
7900
7901
# File 'lib/eBay.rb', line 7899

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



7894
7895
7896
# File 'lib/eBay.rb', line 7894

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7901
7902
7903
# File 'lib/eBay.rb', line 7901

def set_any(elements)
  @__xmlele_any = elements
end