Class: AddMemberMessagesAAQToBidderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddMemberMessagesAAQToBidderResponseType

Constant Summary collapse

@@schema_type =
"AddMemberMessagesAAQToBidderResponseType"
@@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")]],
  ["addMemberMessagesAAQToBidderResponseContainer", ["AddMemberMessagesAAQToBidderResponseContainerType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AddMemberMessagesAAQToBidderResponseContainer")]]
]

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, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, addMemberMessagesAAQToBidderResponseContainer = []) ⇒ AddMemberMessagesAAQToBidderResponseType

Returns a new instance of AddMemberMessagesAAQToBidderResponseType.



760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
# File 'lib/eBay.rb', line 760

def 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, addMemberMessagesAAQToBidderResponseContainer = [])
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @addMemberMessagesAAQToBidderResponseContainer = addMemberMessagesAAQToBidderResponseContainer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



753
754
755
# File 'lib/eBay.rb', line 753

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



741
742
743
# File 'lib/eBay.rb', line 741

def ack
  @ack
end

#addMemberMessagesAAQToBidderResponseContainerObject

Returns the value of attribute addMemberMessagesAAQToBidderResponseContainer.



754
755
756
# File 'lib/eBay.rb', line 754

def addMemberMessagesAAQToBidderResponseContainer
  @addMemberMessagesAAQToBidderResponseContainer
end

#buildObject

Returns the value of attribute build.



746
747
748
# File 'lib/eBay.rb', line 746

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



742
743
744
# File 'lib/eBay.rb', line 742

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



748
749
750
# File 'lib/eBay.rb', line 748

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



750
751
752
# File 'lib/eBay.rb', line 750

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



743
744
745
# File 'lib/eBay.rb', line 743

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



752
753
754
# File 'lib/eBay.rb', line 752

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



744
745
746
# File 'lib/eBay.rb', line 744

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



747
748
749
# File 'lib/eBay.rb', line 747

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



751
752
753
# File 'lib/eBay.rb', line 751

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



749
750
751
# File 'lib/eBay.rb', line 749

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



740
741
742
# File 'lib/eBay.rb', line 740

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



745
746
747
# File 'lib/eBay.rb', line 745

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



756
757
758
# File 'lib/eBay.rb', line 756

def set_any(elements)
  @__xmlele_any = elements
end