Class: GetLiveAuctionCatalogDetailsResponseType
- Inherits:
-
Object
- Object
- GetLiveAuctionCatalogDetailsResponseType
- 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")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#liveAuctionCatalog ⇒ Object
Returns the value of attribute liveAuctionCatalog.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, liveAuctionCatalog = []) ⇒ GetLiveAuctionCatalogDetailsResponseType
constructor
A new instance of GetLiveAuctionCatalogDetailsResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, liveAuctionCatalog = []) ⇒ GetLiveAuctionCatalogDetailsResponseType
Returns a new instance of GetLiveAuctionCatalogDetailsResponseType.
5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 |
# File 'lib/eBay.rb', line 5403 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, liveAuctionCatalog = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @liveAuctionCatalog = liveAuctionCatalog end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5396 5397 5398 |
# File 'lib/eBay.rb', line 5396 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
5384 5385 5386 |
# File 'lib/eBay.rb', line 5384 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
5389 5390 5391 |
# File 'lib/eBay.rb', line 5389 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
5385 5386 5387 |
# File 'lib/eBay.rb', line 5385 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
5391 5392 5393 |
# File 'lib/eBay.rb', line 5391 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
5393 5394 5395 |
# File 'lib/eBay.rb', line 5393 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
5386 5387 5388 |
# File 'lib/eBay.rb', line 5386 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
5395 5396 5397 |
# File 'lib/eBay.rb', line 5395 def hardExpirationWarning @hardExpirationWarning end |
#liveAuctionCatalog ⇒ Object
Returns the value of attribute liveAuctionCatalog.
5397 5398 5399 |
# File 'lib/eBay.rb', line 5397 def liveAuctionCatalog @liveAuctionCatalog end |
#message ⇒ Object
Returns the value of attribute message.
5387 5388 5389 |
# File 'lib/eBay.rb', line 5387 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
5390 5391 5392 |
# File 'lib/eBay.rb', line 5390 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
5394 5395 5396 |
# File 'lib/eBay.rb', line 5394 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
5392 5393 5394 |
# File 'lib/eBay.rb', line 5392 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
5383 5384 5385 |
# File 'lib/eBay.rb', line 5383 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
5388 5389 5390 |
# File 'lib/eBay.rb', line 5388 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
5399 5400 5401 |
# File 'lib/eBay.rb', line 5399 def set_any(elements) @__xmlele_any = elements end |