Class: GetUserContactDetailsRequestType
- Inherits:
-
Object
- Object
- GetUserContactDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsRequestType
Constant Summary collapse
- @@schema_type =
"GetUserContactDetailsRequestType"
- @@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")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["contactID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ContactID")]], ["requesterID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RequesterID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#contactID ⇒ Object
Returns the value of attribute contactID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#requesterID ⇒ Object
Returns the value of attribute requesterID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, contactID = nil, requesterID = nil) ⇒ GetUserContactDetailsRequestType
constructor
A new instance of GetUserContactDetailsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, contactID = nil, requesterID = nil) ⇒ GetUserContactDetailsRequestType
Returns a new instance of GetUserContactDetailsRequestType.
9967 9968 9969 9970 9971 9972 9973 9974 9975 9976 9977 9978 9979 |
# File 'lib/eBay.rb', line 9967 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, contactID = nil, requesterID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @contactID = contactID @requesterID = requesterID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9958 9959 9960 |
# File 'lib/eBay.rb', line 9958 def __xmlele_any @__xmlele_any end |
#contactID ⇒ Object
Returns the value of attribute contactID.
9960 9961 9962 |
# File 'lib/eBay.rb', line 9960 def contactID @contactID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
9951 9952 9953 |
# File 'lib/eBay.rb', line 9951 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
9955 9956 9957 |
# File 'lib/eBay.rb', line 9955 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
9952 9953 9954 |
# File 'lib/eBay.rb', line 9952 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
9956 9957 9958 |
# File 'lib/eBay.rb', line 9956 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
9959 9960 9961 |
# File 'lib/eBay.rb', line 9959 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
9953 9954 9955 |
# File 'lib/eBay.rb', line 9953 def @messageID end |
#requesterID ⇒ Object
Returns the value of attribute requesterID.
9961 9962 9963 |
# File 'lib/eBay.rb', line 9961 def requesterID @requesterID end |
#version ⇒ Object
Returns the value of attribute version.
9954 9955 9956 |
# File 'lib/eBay.rb', line 9954 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
9957 9958 9959 |
# File 'lib/eBay.rb', line 9957 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
9963 9964 9965 |
# File 'lib/eBay.rb', line 9963 def set_any(elements) @__xmlele_any = elements end |