Class: EBay::GetWantItNowPostRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowPostRequestType

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
postID - (any)

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, postID = nil) ⇒ GetWantItNowPostRequestType

Returns a new instance of GetWantItNowPostRequestType.



5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
# File 'lib/eBay.rb', line 5915

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5908
5909
5910
# File 'lib/eBay.rb', line 5908

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5907
5908
5909
# File 'lib/eBay.rb', line 5907

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5898
5899
5900
# File 'lib/eBay.rb', line 5898

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5902
5903
5904
# File 'lib/eBay.rb', line 5902

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5903
5904
5905
# File 'lib/eBay.rb', line 5903

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5899
5900
5901
# File 'lib/eBay.rb', line 5899

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5904
5905
5906
# File 'lib/eBay.rb', line 5904

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5900
5901
5902
# File 'lib/eBay.rb', line 5900

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5905
5906
5907
# File 'lib/eBay.rb', line 5905

def outputSelector
  @outputSelector
end

#postIDObject

Returns the value of attribute postID.



5909
5910
5911
# File 'lib/eBay.rb', line 5909

def postID
  @postID
end

#versionObject

Returns the value of attribute version.



5901
5902
5903
# File 'lib/eBay.rb', line 5901

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5906
5907
5908
# File 'lib/eBay.rb', line 5906

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5911
5912
5913
# File 'lib/eBay.rb', line 5911

def set_any(elements)
  @__xmlele_any = elements
end