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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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, warningLevel = nil, recipientBidderUserID = nil, buyItNowPrice = nil, copyEmailToSeller = nil, duration = nil, itemID = nil, site = nil) ⇒ AddSecondChanceItemRequestType

Returns a new instance of AddSecondChanceItemRequestType.



700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
# File 'lib/eBay.rb', line 700

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = 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
  @warningLevel = warningLevel
  @__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.



688
689
690
# File 'lib/eBay.rb', line 688

def __xmlele_any
  @__xmlele_any
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



690
691
692
# File 'lib/eBay.rb', line 690

def buyItNowPrice
  @buyItNowPrice
end

#copyEmailToSellerObject

Returns the value of attribute copyEmailToSeller.



691
692
693
# File 'lib/eBay.rb', line 691

def copyEmailToSeller
  @copyEmailToSeller
end

#detailLevelObject

Returns the value of attribute detailLevel.



681
682
683
# File 'lib/eBay.rb', line 681

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



692
693
694
# File 'lib/eBay.rb', line 692

def duration
  @duration
end

#errorHandlingObject

Returns the value of attribute errorHandling.



685
686
687
# File 'lib/eBay.rb', line 685

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



682
683
684
# File 'lib/eBay.rb', line 682

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



686
687
688
# File 'lib/eBay.rb', line 686

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



693
694
695
# File 'lib/eBay.rb', line 693

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



683
684
685
# File 'lib/eBay.rb', line 683

def messageID
  @messageID
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



689
690
691
# File 'lib/eBay.rb', line 689

def recipientBidderUserID
  @recipientBidderUserID
end

#siteObject

Returns the value of attribute site.



694
695
696
# File 'lib/eBay.rb', line 694

def site
  @site
end

#versionObject

Returns the value of attribute version.



684
685
686
# File 'lib/eBay.rb', line 684

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



687
688
689
# File 'lib/eBay.rb', line 687

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



696
697
698
# File 'lib/eBay.rb', line 696

def set_any(elements)
  @__xmlele_any = elements
end