Class: EBay::AddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSecondChanceItemRequestType

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
recipientBidderUserID - (any)
buyItNowPrice - EBay::AmountType
duration - EBay::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.



587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
# File 'lib/eBay.rb', line 587

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.



576
577
578
# File 'lib/eBay.rb', line 576

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



575
576
577
# File 'lib/eBay.rb', line 575

def botBlock
  @botBlock
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



578
579
580
# File 'lib/eBay.rb', line 578

def buyItNowPrice
  @buyItNowPrice
end

#detailLevelObject

Returns the value of attribute detailLevel.



566
567
568
# File 'lib/eBay.rb', line 566

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



579
580
581
# File 'lib/eBay.rb', line 579

def duration
  @duration
end

#endUserIPObject

Returns the value of attribute endUserIP.



570
571
572
# File 'lib/eBay.rb', line 570

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



571
572
573
# File 'lib/eBay.rb', line 571

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



567
568
569
# File 'lib/eBay.rb', line 567

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



572
573
574
# File 'lib/eBay.rb', line 572

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



580
581
582
# File 'lib/eBay.rb', line 580

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



568
569
570
# File 'lib/eBay.rb', line 568

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



573
574
575
# File 'lib/eBay.rb', line 573

def outputSelector
  @outputSelector
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



577
578
579
# File 'lib/eBay.rb', line 577

def recipientBidderUserID
  @recipientBidderUserID
end

#sellerMessageObject

Returns the value of attribute sellerMessage.



581
582
583
# File 'lib/eBay.rb', line 581

def sellerMessage
  @sellerMessage
end

#versionObject

Returns the value of attribute version.



569
570
571
# File 'lib/eBay.rb', line 569

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



574
575
576
# File 'lib/eBay.rb', line 574

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



583
584
585
# File 'lib/eBay.rb', line 583

def set_any(elements)
  @__xmlele_any = elements
end