Class: GetBidderListResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListResponseType

Constant Summary collapse

@@schema_type =
"GetBidderListResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["bidder", ["UserType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Bidder")]],
["bidItemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidItemArray")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, bidder = nil, bidItemArray = nil) ⇒ GetBidderListResponseType

Returns a new instance of GetBidderListResponseType.



2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'lib/eBay.rb', line 2189

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, bidder = nil, bidItemArray = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @bidder = bidder
  @bidItemArray = bidItemArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2181
2182
2183
# File 'lib/eBay.rb', line 2181

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2170
2171
2172
# File 'lib/eBay.rb', line 2170

def ack
  @ack
end

#bidderObject

Returns the value of attribute bidder.



2182
2183
2184
# File 'lib/eBay.rb', line 2182

def bidder
  @bidder
end

#bidItemArrayObject

Returns the value of attribute bidItemArray.



2183
2184
2185
# File 'lib/eBay.rb', line 2183

def bidItemArray
  @bidItemArray
end

#buildObject

Returns the value of attribute build.



2175
2176
2177
# File 'lib/eBay.rb', line 2175

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



2171
2172
2173
# File 'lib/eBay.rb', line 2171

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2177
2178
2179
# File 'lib/eBay.rb', line 2177

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2172
2173
2174
# File 'lib/eBay.rb', line 2172

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2180
2181
2182
# File 'lib/eBay.rb', line 2180

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2173
2174
2175
# File 'lib/eBay.rb', line 2173

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2176
2177
2178
# File 'lib/eBay.rb', line 2176

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2179
2180
2181
# File 'lib/eBay.rb', line 2179

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2178
2179
2180
# File 'lib/eBay.rb', line 2178

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



2169
2170
2171
# File 'lib/eBay.rb', line 2169

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2174
2175
2176
# File 'lib/eBay.rb', line 2174

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2185
2186
2187
# File 'lib/eBay.rb', line 2185

def set_any(elements)
  @__xmlele_any = elements
end