Class: AddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSecondChanceItemRequestType

Constant Summary collapse

@@schema_type =
"AddSecondChanceItemRequestType"
@@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")]],
["recipientBidderUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientBidderUserID")]],
["buyItNowPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyItNowPrice")]],
["copyEmailToSeller", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CopyEmailToSeller")]],
["duration", ["SecondChanceOfferDurationCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Duration")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
["site", ["SiteCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Site")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, recipientBidderUserID = nil, buyItNowPrice = nil, copyEmailToSeller = nil, duration = nil, itemID = nil, site = nil) ⇒ AddSecondChanceItemRequestType

Returns a new instance of AddSecondChanceItemRequestType.



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'lib/eBay.rb', line 667

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, recipientBidderUserID = nil, buyItNowPrice = nil, copyEmailToSeller = nil, duration = nil, itemID = nil, site = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @recipientBidderUserID = recipientBidderUserID
  @buyItNowPrice = buyItNowPrice
  @copyEmailToSeller = copyEmailToSeller
  @duration = duration
  @itemID = itemID
  @site = site
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



655
656
657
# File 'lib/eBay.rb', line 655

def __xmlele_any
  @__xmlele_any
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



657
658
659
# File 'lib/eBay.rb', line 657

def buyItNowPrice
  @buyItNowPrice
end

#copyEmailToSellerObject

Returns the value of attribute copyEmailToSeller.



658
659
660
# File 'lib/eBay.rb', line 658

def copyEmailToSeller
  @copyEmailToSeller
end

#detailLevelObject

Returns the value of attribute detailLevel.



649
650
651
# File 'lib/eBay.rb', line 649

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



659
660
661
# File 'lib/eBay.rb', line 659

def duration
  @duration
end

#errorHandlingObject

Returns the value of attribute errorHandling.



653
654
655
# File 'lib/eBay.rb', line 653

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



650
651
652
# File 'lib/eBay.rb', line 650

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



654
655
656
# File 'lib/eBay.rb', line 654

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



660
661
662
# File 'lib/eBay.rb', line 660

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



651
652
653
# File 'lib/eBay.rb', line 651

def messageID
  @messageID
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



656
657
658
# File 'lib/eBay.rb', line 656

def recipientBidderUserID
  @recipientBidderUserID
end

#siteObject

Returns the value of attribute site.



661
662
663
# File 'lib/eBay.rb', line 661

def site
  @site
end

#versionObject

Returns the value of attribute version.



652
653
654
# File 'lib/eBay.rb', line 652

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



663
664
665
# File 'lib/eBay.rb', line 663

def set_any(elements)
  @__xmlele_any = elements
end