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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil) ⇒ RespondToBestOfferRequestType

Returns a new instance of RespondToBestOfferRequestType.



9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
# File 'lib/eBay.rb', line 9127

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @itemID = itemID
  @bestOfferID = bestOfferID
  @action = action
  @sellerResponse = sellerResponse
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9117
9118
9119
# File 'lib/eBay.rb', line 9117

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



9120
9121
9122
# File 'lib/eBay.rb', line 9120

def action
  @action
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



9119
9120
9121
# File 'lib/eBay.rb', line 9119

def bestOfferID
  @bestOfferID
end

#detailLevelObject

Returns the value of attribute detailLevel.



9111
9112
9113
# File 'lib/eBay.rb', line 9111

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9115
9116
9117
# File 'lib/eBay.rb', line 9115

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9112
9113
9114
# File 'lib/eBay.rb', line 9112

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9116
9117
9118
# File 'lib/eBay.rb', line 9116

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9118
9119
9120
# File 'lib/eBay.rb', line 9118

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9113
9114
9115
# File 'lib/eBay.rb', line 9113

def messageID
  @messageID
end

#sellerResponseObject

Returns the value of attribute sellerResponse.



9121
9122
9123
# File 'lib/eBay.rb', line 9121

def sellerResponse
  @sellerResponse
end

#versionObject

Returns the value of attribute version.



9114
9115
9116
# File 'lib/eBay.rb', line 9114

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9123
9124
9125
# File 'lib/eBay.rb', line 9123

def set_any(elements)
  @__xmlele_any = elements
end