Class: GetLiveAuctionCatalogDetailsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionCatalogDetailsResponseType

Constant Summary collapse

@@schema_type =
"GetLiveAuctionCatalogDetailsResponseType"
@@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")]],
["liveAuctionCatalog", ["LiveAuctionCatalogType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LiveAuctionCatalog")]]]

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, liveAuctionCatalog = []) ⇒ GetLiveAuctionCatalogDetailsResponseType

Returns a new instance of GetLiveAuctionCatalogDetailsResponseType.



4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'lib/eBay.rb', line 4267

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, liveAuctionCatalog = [])
  @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
  @liveAuctionCatalog = liveAuctionCatalog
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4260
4261
4262
# File 'lib/eBay.rb', line 4260

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4249
4250
4251
# File 'lib/eBay.rb', line 4249

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



4254
4255
4256
# File 'lib/eBay.rb', line 4254

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



4250
4251
4252
# File 'lib/eBay.rb', line 4250

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4256
4257
4258
# File 'lib/eBay.rb', line 4256

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



4251
4252
4253
# File 'lib/eBay.rb', line 4251

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4259
4260
4261
# File 'lib/eBay.rb', line 4259

def hardExpirationWarning
  @hardExpirationWarning
end

#liveAuctionCatalogObject

Returns the value of attribute liveAuctionCatalog.



4261
4262
4263
# File 'lib/eBay.rb', line 4261

def liveAuctionCatalog
  @liveAuctionCatalog
end

#messageObject

Returns the value of attribute message.



4252
4253
4254
# File 'lib/eBay.rb', line 4252

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4255
4256
4257
# File 'lib/eBay.rb', line 4255

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4258
4259
4260
# File 'lib/eBay.rb', line 4258

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4257
4258
4259
# File 'lib/eBay.rb', line 4257

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



4248
4249
4250
# File 'lib/eBay.rb', line 4248

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



4253
4254
4255
# File 'lib/eBay.rb', line 4253

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4263
4264
4265
# File 'lib/eBay.rb', line 4263

def set_any(elements)
  @__xmlele_any = elements
end