Class: EBay::GeteBayDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GeteBayDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGeteBayDetailsRequestType
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
detailName - EBay::DetailNameCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#detailName ⇒ Object
Returns the value of attribute detailName.
-
#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.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, detailName = []) ⇒ GeteBayDetailsRequestType
constructor
A new instance of GeteBayDetailsRequestType.
- #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, detailName = []) ⇒ GeteBayDetailsRequestType
Returns a new instance of GeteBayDetailsRequestType.
6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 |
# File 'lib/eBay.rb', line 6019 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, detailName = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @detailName = detailName end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6012 6013 6014 |
# File 'lib/eBay.rb', line 6012 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
6011 6012 6013 |
# File 'lib/eBay.rb', line 6011 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6002 6003 6004 |
# File 'lib/eBay.rb', line 6002 def detailLevel @detailLevel end |
#detailName ⇒ Object
Returns the value of attribute detailName.
6013 6014 6015 |
# File 'lib/eBay.rb', line 6013 def detailName @detailName end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
6006 6007 6008 |
# File 'lib/eBay.rb', line 6006 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6007 6008 6009 |
# File 'lib/eBay.rb', line 6007 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6003 6004 6005 |
# File 'lib/eBay.rb', line 6003 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6008 6009 6010 |
# File 'lib/eBay.rb', line 6008 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6004 6005 6006 |
# File 'lib/eBay.rb', line 6004 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
6009 6010 6011 |
# File 'lib/eBay.rb', line 6009 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
6005 6006 6007 |
# File 'lib/eBay.rb', line 6005 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6010 6011 6012 |
# File 'lib/eBay.rb', line 6010 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6015 6016 6017 |
# File 'lib/eBay.rb', line 6015 def set_any(elements) @__xmlele_any = elements end |