Class: GetNotificationsUsageResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationsUsageResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
notificationDetailsArray - NotificationDetailsArrayType
markUpMarkDownHistory - MarkUpMarkDownHistoryType
notificationStatistics - NotificationStatisticsType

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, botBlock = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil) ⇒ GetNotificationsUsageResponseType

Returns a new instance of GetNotificationsUsageResponseType.



10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
10929
# File 'lib/eBay.rb', line 10908

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, botBlock = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil)
  @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
  @botBlock = botBlock
  @__xmlele_any = nil
  @startTime = startTime
  @endTime = endTime
  @notificationDetailsArray = notificationDetailsArray
  @markUpMarkDownHistory = markUpMarkDownHistory
  @notificationStatistics = notificationStatistics
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10897
10898
10899
# File 'lib/eBay.rb', line 10897

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10884
10885
10886
# File 'lib/eBay.rb', line 10884

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10896
10897
10898
# File 'lib/eBay.rb', line 10896

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10889
10890
10891
# File 'lib/eBay.rb', line 10889

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10885
10886
10887
# File 'lib/eBay.rb', line 10885

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10891
10892
10893
# File 'lib/eBay.rb', line 10891

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10893
10894
10895
# File 'lib/eBay.rb', line 10893

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



10899
10900
10901
# File 'lib/eBay.rb', line 10899

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



10886
10887
10888
# File 'lib/eBay.rb', line 10886

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10895
10896
10897
# File 'lib/eBay.rb', line 10895

def hardExpirationWarning
  @hardExpirationWarning
end

#markUpMarkDownHistoryObject

Returns the value of attribute markUpMarkDownHistory.



10901
10902
10903
# File 'lib/eBay.rb', line 10901

def markUpMarkDownHistory
  @markUpMarkDownHistory
end

#messageObject

Returns the value of attribute message.



10887
10888
10889
# File 'lib/eBay.rb', line 10887

def message
  @message
end

#notificationDetailsArrayObject

Returns the value of attribute notificationDetailsArray.



10900
10901
10902
# File 'lib/eBay.rb', line 10900

def notificationDetailsArray
  @notificationDetailsArray
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10890
10891
10892
# File 'lib/eBay.rb', line 10890

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10894
10895
10896
# File 'lib/eBay.rb', line 10894

def notificationSignature
  @notificationSignature
end

#notificationStatisticsObject

Returns the value of attribute notificationStatistics.



10902
10903
10904
# File 'lib/eBay.rb', line 10902

def notificationStatistics
  @notificationStatistics
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10892
10893
10894
# File 'lib/eBay.rb', line 10892

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



10898
10899
10900
# File 'lib/eBay.rb', line 10898

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



10883
10884
10885
# File 'lib/eBay.rb', line 10883

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10888
10889
10890
# File 'lib/eBay.rb', line 10888

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10904
10905
10906
# File 'lib/eBay.rb', line 10904

def set_any(elements)
  @__xmlele_any = elements
end