Class: VerifyAddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemRequestType

Constant Summary collapse

@@schema_type =
"VerifyAddSecondChanceItemRequestType"
@@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) ⇒ VerifyAddSecondChanceItemRequestType

Returns a new instance of VerifyAddSecondChanceItemRequestType.



12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
# File 'lib/eBay.rb', line 12682

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.



12670
12671
12672
# File 'lib/eBay.rb', line 12670

def __xmlele_any
  @__xmlele_any
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



12672
12673
12674
# File 'lib/eBay.rb', line 12672

def buyItNowPrice
  @buyItNowPrice
end

#copyEmailToSellerObject

Returns the value of attribute copyEmailToSeller.



12673
12674
12675
# File 'lib/eBay.rb', line 12673

def copyEmailToSeller
  @copyEmailToSeller
end

#detailLevelObject

Returns the value of attribute detailLevel.



12663
12664
12665
# File 'lib/eBay.rb', line 12663

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



12674
12675
12676
# File 'lib/eBay.rb', line 12674

def duration
  @duration
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12667
12668
12669
# File 'lib/eBay.rb', line 12667

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12664
12665
12666
# File 'lib/eBay.rb', line 12664

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



12668
12669
12670
# File 'lib/eBay.rb', line 12668

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



12675
12676
12677
# File 'lib/eBay.rb', line 12675

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



12665
12666
12667
# File 'lib/eBay.rb', line 12665

def messageID
  @messageID
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



12671
12672
12673
# File 'lib/eBay.rb', line 12671

def recipientBidderUserID
  @recipientBidderUserID
end

#siteObject

Returns the value of attribute site.



12676
12677
12678
# File 'lib/eBay.rb', line 12676

def site
  @site
end

#versionObject

Returns the value of attribute version.



12666
12667
12668
# File 'lib/eBay.rb', line 12666

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12669
12670
12671
# File 'lib/eBay.rb', line 12669

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12678
12679
12680
# File 'lib/eBay.rb', line 12678

def set_any(elements)
  @__xmlele_any = elements
end