Class: VerifyAddSecondChanceItemRequestType
- Inherits:
-
Object
- Object
- VerifyAddSecondChanceItemRequestType
- 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")]], ["sellerMessage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerMessage")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyItNowPrice ⇒ Object
Returns the value of attribute buyItNowPrice.
-
#copyEmailToSeller ⇒ Object
Returns the value of attribute copyEmailToSeller.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#recipientBidderUserID ⇒ Object
Returns the value of attribute recipientBidderUserID.
-
#sellerMessage ⇒ Object
Returns the value of attribute sellerMessage.
-
#site ⇒ Object
Returns the value of attribute site.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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, sellerMessage = nil) ⇒ VerifyAddSecondChanceItemRequestType
constructor
A new instance of VerifyAddSecondChanceItemRequestType.
- #set_any(elements) ⇒ Object
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, sellerMessage = nil) ⇒ VerifyAddSecondChanceItemRequestType
Returns a new instance of VerifyAddSecondChanceItemRequestType.
14145 14146 14147 14148 14149 14150 14151 14152 14153 14154 14155 14156 14157 14158 14159 14160 14161 |
# File 'lib/eBay.rb', line 14145 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, recipientBidderUserID = nil, buyItNowPrice = nil, copyEmailToSeller = nil, duration = nil, itemID = nil, site = nil, sellerMessage = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @recipientBidderUserID = recipientBidderUserID @buyItNowPrice = buyItNowPrice @copyEmailToSeller = copyEmailToSeller @duration = duration @itemID = itemID @site = site @sellerMessage = sellerMessage end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14132 14133 14134 |
# File 'lib/eBay.rb', line 14132 def __xmlele_any @__xmlele_any end |
#buyItNowPrice ⇒ Object
Returns the value of attribute buyItNowPrice.
14134 14135 14136 |
# File 'lib/eBay.rb', line 14134 def buyItNowPrice @buyItNowPrice end |
#copyEmailToSeller ⇒ Object
Returns the value of attribute copyEmailToSeller.
14135 14136 14137 |
# File 'lib/eBay.rb', line 14135 def copyEmailToSeller @copyEmailToSeller end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
14125 14126 14127 |
# File 'lib/eBay.rb', line 14125 def detailLevel @detailLevel end |
#duration ⇒ Object
Returns the value of attribute duration.
14136 14137 14138 |
# File 'lib/eBay.rb', line 14136 def duration @duration end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
14129 14130 14131 |
# File 'lib/eBay.rb', line 14129 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
14126 14127 14128 |
# File 'lib/eBay.rb', line 14126 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
14130 14131 14132 |
# File 'lib/eBay.rb', line 14130 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
14137 14138 14139 |
# File 'lib/eBay.rb', line 14137 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
14127 14128 14129 |
# File 'lib/eBay.rb', line 14127 def @messageID end |
#recipientBidderUserID ⇒ Object
Returns the value of attribute recipientBidderUserID.
14133 14134 14135 |
# File 'lib/eBay.rb', line 14133 def recipientBidderUserID @recipientBidderUserID end |
#sellerMessage ⇒ Object
Returns the value of attribute sellerMessage.
14139 14140 14141 |
# File 'lib/eBay.rb', line 14139 def sellerMessage @sellerMessage end |
#site ⇒ Object
Returns the value of attribute site.
14138 14139 14140 |
# File 'lib/eBay.rb', line 14138 def site @site end |
#version ⇒ Object
Returns the value of attribute version.
14128 14129 14130 |
# File 'lib/eBay.rb', line 14128 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
14131 14132 14133 |
# File 'lib/eBay.rb', line 14131 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
14141 14142 14143 |
# File 'lib/eBay.rb', line 14141 def set_any(elements) @__xmlele_any = elements end |