Class: AddLiveAuctionItemRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAddLiveAuctionItemRequestType

Constant Summary collapse

@@schema_type =
"AddLiveAuctionItemRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, item = nil) ⇒ AddLiveAuctionItemRequestType

Returns a new instance of AddLiveAuctionItemRequestType.



357
358
359
360
361
362
363
364
365
366
# File 'lib/eBay.rb', line 357

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



350
351
352
# File 'lib/eBay.rb', line 350

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



344
345
346
# File 'lib/eBay.rb', line 344

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



348
349
350
# File 'lib/eBay.rb', line 348

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



345
346
347
# File 'lib/eBay.rb', line 345

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



349
350
351
# File 'lib/eBay.rb', line 349

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



351
352
353
# File 'lib/eBay.rb', line 351

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



346
347
348
# File 'lib/eBay.rb', line 346

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



347
348
349
# File 'lib/eBay.rb', line 347

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



353
354
355
# File 'lib/eBay.rb', line 353

def set_any(elements)
  @__xmlele_any = elements
end