Class: AddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSecondChanceItemRequestType

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
recipientBidderUserID - (any)
buyItNowPrice - AmountType
duration - SecondChanceOfferDurationCodeType
itemID - (any)
sellerMessage - SOAP::SOAPString

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, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil) ⇒ AddSecondChanceItemRequestType

Returns a new instance of AddSecondChanceItemRequestType.



483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
# File 'lib/eBay.rb', line 483

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @recipientBidderUserID = recipientBidderUserID
  @buyItNowPrice = buyItNowPrice
  @duration = duration
  @itemID = itemID
  @sellerMessage = sellerMessage
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



472
473
474
# File 'lib/eBay.rb', line 472

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



471
472
473
# File 'lib/eBay.rb', line 471

def botBlock
  @botBlock
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



474
475
476
# File 'lib/eBay.rb', line 474

def buyItNowPrice
  @buyItNowPrice
end

#detailLevelObject

Returns the value of attribute detailLevel.



462
463
464
# File 'lib/eBay.rb', line 462

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



475
476
477
# File 'lib/eBay.rb', line 475

def duration
  @duration
end

#endUserIPObject

Returns the value of attribute endUserIP.



466
467
468
# File 'lib/eBay.rb', line 466

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



467
468
469
# File 'lib/eBay.rb', line 467

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



463
464
465
# File 'lib/eBay.rb', line 463

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



468
469
470
# File 'lib/eBay.rb', line 468

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



476
477
478
# File 'lib/eBay.rb', line 476

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



464
465
466
# File 'lib/eBay.rb', line 464

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



469
470
471
# File 'lib/eBay.rb', line 469

def outputSelector
  @outputSelector
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



473
474
475
# File 'lib/eBay.rb', line 473

def recipientBidderUserID
  @recipientBidderUserID
end

#sellerMessageObject

Returns the value of attribute sellerMessage.



477
478
479
# File 'lib/eBay.rb', line 477

def sellerMessage
  @sellerMessage
end

#versionObject

Returns the value of attribute version.



465
466
467
# File 'lib/eBay.rb', line 465

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



470
471
472
# File 'lib/eBay.rb', line 470

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



479
480
481
# File 'lib/eBay.rb', line 479

def set_any(elements)
  @__xmlele_any = elements
end