Class: EBay::GeteBayOfficialTimeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

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.



6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
# File 'lib/eBay.rb', line 6063

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.



6057
6058
6059
# File 'lib/eBay.rb', line 6057

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6056
6057
6058
# File 'lib/eBay.rb', line 6056

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6047
6048
6049
# File 'lib/eBay.rb', line 6047

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6051
6052
6053
# File 'lib/eBay.rb', line 6051

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6052
6053
6054
# File 'lib/eBay.rb', line 6052

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6048
6049
6050
# File 'lib/eBay.rb', line 6048

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6053
6054
6055
# File 'lib/eBay.rb', line 6053

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6049
6050
6051
# File 'lib/eBay.rb', line 6049

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6054
6055
6056
# File 'lib/eBay.rb', line 6054

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



6050
6051
6052
# File 'lib/eBay.rb', line 6050

def version
  @version
end

#warningLevelObject

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