Class: GeteBayOfficialTimeRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
# File 'lib/eBay.rb', line 5300

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5294
5295
5296
# File 'lib/eBay.rb', line 5294

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5293
5294
5295
# File 'lib/eBay.rb', line 5293

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5284
5285
5286
# File 'lib/eBay.rb', line 5284

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5288
5289
5290
# File 'lib/eBay.rb', line 5288

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5289
5290
5291
# File 'lib/eBay.rb', line 5289

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5285
5286
5287
# File 'lib/eBay.rb', line 5285

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5290
5291
5292
# File 'lib/eBay.rb', line 5290

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5286
5287
5288
# File 'lib/eBay.rb', line 5286

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5291
5292
5293
# File 'lib/eBay.rb', line 5291

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



5287
5288
5289
# File 'lib/eBay.rb', line 5287

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5292
5293
5294
# File 'lib/eBay.rb', line 5292

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5296
5297
5298
# File 'lib/eBay.rb', line 5296

def set_any(elements)
  @__xmlele_any = elements
end