Class: RespondToBestOfferRequestType
- Inherits:
-
Object
- Object
- RespondToBestOfferRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRespondToBestOfferRequestType
Constant Summary collapse
- @@schema_type =
"RespondToBestOfferRequestType"
- @@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")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["bestOfferID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BestOfferID")]], ["action", ["BestOfferActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]], ["sellerResponse", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerResponse")]], ["counterOfferPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CounterOfferPrice")]], ["counterOfferQuantity", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CounterOfferQuantity")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#bestOfferID ⇒ Object
Returns the value of attribute bestOfferID.
-
#counterOfferPrice ⇒ Object
Returns the value of attribute counterOfferPrice.
-
#counterOfferQuantity ⇒ Object
Returns the value of attribute counterOfferQuantity.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#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.
-
#sellerResponse ⇒ Object
Returns the value of attribute sellerResponse.
-
#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, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil, counterOfferPrice = nil, counterOfferQuantity = nil) ⇒ RespondToBestOfferRequestType
constructor
A new instance of RespondToBestOfferRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil, counterOfferPrice = nil, counterOfferQuantity = nil) ⇒ RespondToBestOfferRequestType
Returns a new instance of RespondToBestOfferRequestType.
11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 11426 11427 11428 11429 11430 11431 |
# File 'lib/eBay.rb', line 11416 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil, counterOfferPrice = nil, counterOfferQuantity = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @bestOfferID = bestOfferID @action = action @sellerResponse = sellerResponse @counterOfferPrice = counterOfferPrice @counterOfferQuantity = counterOfferQuantity end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11404 11405 11406 |
# File 'lib/eBay.rb', line 11404 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
11407 11408 11409 |
# File 'lib/eBay.rb', line 11407 def action @action end |
#bestOfferID ⇒ Object
Returns the value of attribute bestOfferID.
11406 11407 11408 |
# File 'lib/eBay.rb', line 11406 def bestOfferID @bestOfferID end |
#counterOfferPrice ⇒ Object
Returns the value of attribute counterOfferPrice.
11409 11410 11411 |
# File 'lib/eBay.rb', line 11409 def counterOfferPrice @counterOfferPrice end |
#counterOfferQuantity ⇒ Object
Returns the value of attribute counterOfferQuantity.
11410 11411 11412 |
# File 'lib/eBay.rb', line 11410 def counterOfferQuantity @counterOfferQuantity end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
11397 11398 11399 |
# File 'lib/eBay.rb', line 11397 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
11401 11402 11403 |
# File 'lib/eBay.rb', line 11401 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
11398 11399 11400 |
# File 'lib/eBay.rb', line 11398 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
11402 11403 11404 |
# File 'lib/eBay.rb', line 11402 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
11405 11406 11407 |
# File 'lib/eBay.rb', line 11405 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
11399 11400 11401 |
# File 'lib/eBay.rb', line 11399 def @messageID end |
#sellerResponse ⇒ Object
Returns the value of attribute sellerResponse.
11408 11409 11410 |
# File 'lib/eBay.rb', line 11408 def sellerResponse @sellerResponse end |
#version ⇒ Object
Returns the value of attribute version.
11400 11401 11402 |
# File 'lib/eBay.rb', line 11400 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
11403 11404 11405 |
# File 'lib/eBay.rb', line 11403 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
11412 11413 11414 |
# File 'lib/eBay.rb', line 11412 def set_any(elements) @__xmlele_any = elements end |