Class: EBay::GetUserContactDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetUserContactDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - SOAP::SOAPString
contactID - SOAP::SOAPString
requesterID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#contactID ⇒ Object
Returns the value of attribute contactID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = 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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, contactID = nil, requesterID = nil) ⇒ GetUserContactDetailsRequestType
Returns a new instance of GetUserContactDetailsRequestType.
5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 |
# File 'lib/eBay.rb', line 5590 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, contactID = nil, requesterID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @itemID = itemID @contactID = contactID @requesterID = requesterID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5581 5582 5583 |
# File 'lib/eBay.rb', line 5581 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5580 5581 5582 |
# File 'lib/eBay.rb', line 5580 def botBlock @botBlock end |
#contactID ⇒ Object
Returns the value of attribute contactID.
5583 5584 5585 |
# File 'lib/eBay.rb', line 5583 def contactID @contactID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5571 5572 5573 |
# File 'lib/eBay.rb', line 5571 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5575 5576 5577 |
# File 'lib/eBay.rb', line 5575 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5576 5577 5578 |
# File 'lib/eBay.rb', line 5576 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5572 5573 5574 |
# File 'lib/eBay.rb', line 5572 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5577 5578 5579 |
# File 'lib/eBay.rb', line 5577 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
5582 5583 5584 |
# File 'lib/eBay.rb', line 5582 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5573 5574 5575 |
# File 'lib/eBay.rb', line 5573 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5578 5579 5580 |
# File 'lib/eBay.rb', line 5578 def outputSelector @outputSelector end |
#requesterID ⇒ Object
Returns the value of attribute requesterID.
5584 5585 5586 |
# File 'lib/eBay.rb', line 5584 def requesterID @requesterID end |
#version ⇒ Object
Returns the value of attribute version.
5574 5575 5576 |
# File 'lib/eBay.rb', line 5574 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5579 5580 5581 |
# File 'lib/eBay.rb', line 5579 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5586 5587 5588 |
# File 'lib/eBay.rb', line 5586 def set_any(elements) @__xmlele_any = elements end |