Class: AddSecondChanceItemRequestType
- Inherits:
-
Object
- Object
- AddSecondChanceItemRequestType
- 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")]], ["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) ⇒ AddSecondChanceItemRequestType
constructor
A new instance of AddSecondChanceItemRequestType.
- #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) ⇒ AddSecondChanceItemRequestType
Returns a new instance of AddSecondChanceItemRequestType.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 |
# File 'lib/eBay.rb', line 928 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.
915 916 917 |
# File 'lib/eBay.rb', line 915 def __xmlele_any @__xmlele_any end |
#buyItNowPrice ⇒ Object
Returns the value of attribute buyItNowPrice.
917 918 919 |
# File 'lib/eBay.rb', line 917 def buyItNowPrice @buyItNowPrice end |
#copyEmailToSeller ⇒ Object
Returns the value of attribute copyEmailToSeller.
918 919 920 |
# File 'lib/eBay.rb', line 918 def copyEmailToSeller @copyEmailToSeller end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
908 909 910 |
# File 'lib/eBay.rb', line 908 def detailLevel @detailLevel end |
#duration ⇒ Object
Returns the value of attribute duration.
919 920 921 |
# File 'lib/eBay.rb', line 919 def duration @duration end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
912 913 914 |
# File 'lib/eBay.rb', line 912 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
909 910 911 |
# File 'lib/eBay.rb', line 909 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
913 914 915 |
# File 'lib/eBay.rb', line 913 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
920 921 922 |
# File 'lib/eBay.rb', line 920 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
910 911 912 |
# File 'lib/eBay.rb', line 910 def @messageID end |
#recipientBidderUserID ⇒ Object
Returns the value of attribute recipientBidderUserID.
916 917 918 |
# File 'lib/eBay.rb', line 916 def recipientBidderUserID @recipientBidderUserID end |
#sellerMessage ⇒ Object
Returns the value of attribute sellerMessage.
922 923 924 |
# File 'lib/eBay.rb', line 922 def sellerMessage @sellerMessage end |
#site ⇒ Object
Returns the value of attribute site.
921 922 923 |
# File 'lib/eBay.rb', line 921 def site @site end |
#version ⇒ Object
Returns the value of attribute version.
911 912 913 |
# File 'lib/eBay.rb', line 911 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
914 915 916 |
# File 'lib/eBay.rb', line 914 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
924 925 926 |
# File 'lib/eBay.rb', line 924 def set_any(elements) @__xmlele_any = elements end |