Class: GetWantItNowPostRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowPostRequestType

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
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.



5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'lib/eBay.rb', line 5152

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.



5145
5146
5147
# File 'lib/eBay.rb', line 5145

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5144
5145
5146
# File 'lib/eBay.rb', line 5144

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5135
5136
5137
# File 'lib/eBay.rb', line 5135

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5139
5140
5141
# File 'lib/eBay.rb', line 5139

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5140
5141
5142
# File 'lib/eBay.rb', line 5140

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5136
5137
5138
# File 'lib/eBay.rb', line 5136

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5141
5142
5143
# File 'lib/eBay.rb', line 5141

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5137
5138
5139
# File 'lib/eBay.rb', line 5137

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5142
5143
5144
# File 'lib/eBay.rb', line 5142

def outputSelector
  @outputSelector
end

#postIDObject

Returns the value of attribute postID.



5146
5147
5148
# File 'lib/eBay.rb', line 5146

def postID
  @postID
end

#versionObject

Returns the value of attribute version.



5138
5139
5140
# File 'lib/eBay.rb', line 5138

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5143
5144
5145
# File 'lib/eBay.rb', line 5143

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5148
5149
5150
# File 'lib/eBay.rb', line 5148

def set_any(elements)
  @__xmlele_any = elements
end