Class: EBay::AddFixedPriceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddFixedPriceItemRequestType

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
item - EBay::ItemType

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, item = nil) ⇒ AddFixedPriceItemRequestType

Returns a new instance of AddFixedPriceItemRequestType.



199
200
201
202
203
204
205
206
207
208
209
210
211
212
# File 'lib/eBay.rb', line 199

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



192
193
194
# File 'lib/eBay.rb', line 192

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



191
192
193
# File 'lib/eBay.rb', line 191

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



182
183
184
# File 'lib/eBay.rb', line 182

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



186
187
188
# File 'lib/eBay.rb', line 186

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



187
188
189
# File 'lib/eBay.rb', line 187

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



183
184
185
# File 'lib/eBay.rb', line 183

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



188
189
190
# File 'lib/eBay.rb', line 188

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



193
194
195
# File 'lib/eBay.rb', line 193

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



184
185
186
# File 'lib/eBay.rb', line 184

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



189
190
191
# File 'lib/eBay.rb', line 189

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



185
186
187
# File 'lib/eBay.rb', line 185

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



190
191
192
# File 'lib/eBay.rb', line 190

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



195
196
197
# File 'lib/eBay.rb', line 195

def set_any(elements)
  @__xmlele_any = elements
end