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.



4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
# File 'lib/eBay.rb', line 4707

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.



4700
4701
4702
# File 'lib/eBay.rb', line 4700

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4689
4690
4691
# File 'lib/eBay.rb', line 4689

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



4694
4695
4696
# File 'lib/eBay.rb', line 4694

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



4690
4691
4692
# File 'lib/eBay.rb', line 4690

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4696
4697
4698
# File 'lib/eBay.rb', line 4696

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



4691
4692
4693
# File 'lib/eBay.rb', line 4691

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4699
4700
4701
# File 'lib/eBay.rb', line 4699

def hardExpirationWarning
  @hardExpirationWarning
end

#liveAuctionCatalogObject

Returns the value of attribute liveAuctionCatalog.



4701
4702
4703
# File 'lib/eBay.rb', line 4701

def liveAuctionCatalog
  @liveAuctionCatalog
end

#messageObject

Returns the value of attribute message.



4692
4693
4694
# File 'lib/eBay.rb', line 4692

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4695
4696
4697
# File 'lib/eBay.rb', line 4695

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4698
4699
4700
# File 'lib/eBay.rb', line 4698

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4697
4698
4699
# File 'lib/eBay.rb', line 4697

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



4688
4689
4690
# File 'lib/eBay.rb', line 4688

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



4693
4694
4695
# File 'lib/eBay.rb', line 4693

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4703
4704
4705
# File 'lib/eBay.rb', line 4703

def set_any(elements)
  @__xmlele_any = elements
end