Class: AddToWatchListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToWatchListResponseType

Constant Summary collapse

@@schema_type =
"AddToWatchListResponseType"
@@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")]],
["watchListCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchListCount")]],
["watchListMaximum", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchListMaximum")]]]

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, watchListCount = nil, watchListMaximum = nil) ⇒ AddToWatchListResponseType

Returns a new instance of AddToWatchListResponseType.



926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
# File 'lib/eBay.rb', line 926

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, watchListCount = nil, watchListMaximum = 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
  @watchListCount = watchListCount
  @watchListMaximum = watchListMaximum
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



918
919
920
# File 'lib/eBay.rb', line 918

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



907
908
909
# File 'lib/eBay.rb', line 907

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



912
913
914
# File 'lib/eBay.rb', line 912

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



908
909
910
# File 'lib/eBay.rb', line 908

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



914
915
916
# File 'lib/eBay.rb', line 914

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



909
910
911
# File 'lib/eBay.rb', line 909

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



917
918
919
# File 'lib/eBay.rb', line 917

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



910
911
912
# File 'lib/eBay.rb', line 910

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



913
914
915
# File 'lib/eBay.rb', line 913

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



916
917
918
# File 'lib/eBay.rb', line 916

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



915
916
917
# File 'lib/eBay.rb', line 915

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



906
907
908
# File 'lib/eBay.rb', line 906

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



911
912
913
# File 'lib/eBay.rb', line 911

def version
  @version
end

#watchListCountObject

Returns the value of attribute watchListCount.



919
920
921
# File 'lib/eBay.rb', line 919

def watchListCount
  @watchListCount
end

#watchListMaximumObject

Returns the value of attribute watchListMaximum.



920
921
922
# File 'lib/eBay.rb', line 920

def watchListMaximum
  @watchListMaximum
end

Instance Method Details

#set_any(elements) ⇒ Object



922
923
924
# File 'lib/eBay.rb', line 922

def set_any(elements)
  @__xmlele_any = elements
end