Class: RespondToBestOfferRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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.



10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
# File 'lib/eBay.rb', line 10158

def 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10146
10147
10148
# File 'lib/eBay.rb', line 10146

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



10149
10150
10151
# File 'lib/eBay.rb', line 10149

def action
  @action
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



10148
10149
10150
# File 'lib/eBay.rb', line 10148

def bestOfferID
  @bestOfferID
end

#counterOfferPriceObject

Returns the value of attribute counterOfferPrice.



10151
10152
10153
# File 'lib/eBay.rb', line 10151

def counterOfferPrice
  @counterOfferPrice
end

#counterOfferQuantityObject

Returns the value of attribute counterOfferQuantity.



10152
10153
10154
# File 'lib/eBay.rb', line 10152

def counterOfferQuantity
  @counterOfferQuantity
end

#detailLevelObject

Returns the value of attribute detailLevel.



10139
10140
10141
# File 'lib/eBay.rb', line 10139

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10143
10144
10145
# File 'lib/eBay.rb', line 10143

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10140
10141
10142
# File 'lib/eBay.rb', line 10140

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10144
10145
10146
# File 'lib/eBay.rb', line 10144

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



10147
10148
10149
# File 'lib/eBay.rb', line 10147

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



10141
10142
10143
# File 'lib/eBay.rb', line 10141

def messageID
  @messageID
end

#sellerResponseObject

Returns the value of attribute sellerResponse.



10150
10151
10152
# File 'lib/eBay.rb', line 10150

def sellerResponse
  @sellerResponse
end

#versionObject

Returns the value of attribute version.



10142
10143
10144
# File 'lib/eBay.rb', line 10142

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



10145
10146
10147
# File 'lib/eBay.rb', line 10145

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



10154
10155
10156
# File 'lib/eBay.rb', line 10154

def set_any(elements)
  @__xmlele_any = elements
end