Class: EBay::GeteBayOfficialTimeRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GeteBayOfficialTimeRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeRequestType
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
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.
-
#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) ⇒ GeteBayOfficialTimeRequestType
constructor
A new instance of GeteBayOfficialTimeRequestType.
- #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) ⇒ GeteBayOfficialTimeRequestType
Returns a new instance of GeteBayOfficialTimeRequestType.
6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 |
# File 'lib/eBay.rb', line 6063 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6057 6058 6059 |
# File 'lib/eBay.rb', line 6057 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
6056 6057 6058 |
# File 'lib/eBay.rb', line 6056 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6047 6048 6049 |
# File 'lib/eBay.rb', line 6047 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
6051 6052 6053 |
# File 'lib/eBay.rb', line 6051 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6052 6053 6054 |
# File 'lib/eBay.rb', line 6052 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6048 6049 6050 |
# File 'lib/eBay.rb', line 6048 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6053 6054 6055 |
# File 'lib/eBay.rb', line 6053 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6049 6050 6051 |
# File 'lib/eBay.rb', line 6049 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
6054 6055 6056 |
# File 'lib/eBay.rb', line 6054 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
6050 6051 6052 |
# File 'lib/eBay.rb', line 6050 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6055 6056 6057 |
# File 'lib/eBay.rb', line 6055 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6059 6060 6061 |
# File 'lib/eBay.rb', line 6059 def set_any(elements) @__xmlele_any = elements end |