Class: EBay::GeteBayDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayDetailsRequestType

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
detailName - EBay::DetailNameCodeType

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, 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, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, detailName = [])
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6012
6013
6014
# File 'lib/eBay.rb', line 6012

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6011
6012
6013
# File 'lib/eBay.rb', line 6011

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6002
6003
6004
# File 'lib/eBay.rb', line 6002

def detailLevel
  @detailLevel
end

#detailNameObject

Returns the value of attribute detailName.



6013
6014
6015
# File 'lib/eBay.rb', line 6013

def detailName
  @detailName
end

#endUserIPObject

Returns the value of attribute endUserIP.



6006
6007
6008
# File 'lib/eBay.rb', line 6006

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6007
6008
6009
# File 'lib/eBay.rb', line 6007

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6003
6004
6005
# File 'lib/eBay.rb', line 6003

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6008
6009
6010
# File 'lib/eBay.rb', line 6008

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6004
6005
6006
# File 'lib/eBay.rb', line 6004

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6009
6010
6011
# File 'lib/eBay.rb', line 6009

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



6005
6006
6007
# File 'lib/eBay.rb', line 6005

def version
  @version
end

#warningLevelObject

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