Class: EBay::GetNotificationsUsageResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetNotificationsUsageResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetNotificationsUsageResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
notificationDetailsArray - EBay::NotificationDetailsArrayType
markUpMarkDownHistory - EBay::MarkUpMarkDownHistoryType
notificationStatistics - EBay::NotificationStatisticsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#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.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#markUpMarkDownHistory ⇒ Object
Returns the value of attribute markUpMarkDownHistory.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationDetailsArray ⇒ Object
Returns the value of attribute notificationDetailsArray.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#notificationStatistics ⇒ Object
Returns the value of attribute notificationStatistics.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#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, botBlock = nil, externalUserData = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil) ⇒ GetNotificationsUsageResponseType
constructor
A new instance of GetNotificationsUsageResponseType.
- #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, botBlock = nil, externalUserData = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil) ⇒ GetNotificationsUsageResponseType
Returns a new instance of GetNotificationsUsageResponseType.
13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 13235 13236 13237 13238 13239 13240 13241 13242 13243 13244 |
# File 'lib/eBay.rb', line 13222 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, botBlock = nil, externalUserData = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @startTime = startTime @endTime = endTime @notificationDetailsArray = notificationDetailsArray @markUpMarkDownHistory = markUpMarkDownHistory @notificationStatistics = notificationStatistics end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13211 13212 13213 |
# File 'lib/eBay.rb', line 13211 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13197 13198 13199 |
# File 'lib/eBay.rb', line 13197 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13209 13210 13211 |
# File 'lib/eBay.rb', line 13209 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13202 13203 13204 |
# File 'lib/eBay.rb', line 13202 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13198 13199 13200 |
# File 'lib/eBay.rb', line 13198 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13204 13205 13206 |
# File 'lib/eBay.rb', line 13204 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13206 13207 13208 |
# File 'lib/eBay.rb', line 13206 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
13213 13214 13215 |
# File 'lib/eBay.rb', line 13213 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
13199 13200 13201 |
# File 'lib/eBay.rb', line 13199 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13210 13211 13212 |
# File 'lib/eBay.rb', line 13210 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13208 13209 13210 |
# File 'lib/eBay.rb', line 13208 def hardExpirationWarning @hardExpirationWarning end |
#markUpMarkDownHistory ⇒ Object
Returns the value of attribute markUpMarkDownHistory.
13215 13216 13217 |
# File 'lib/eBay.rb', line 13215 def markUpMarkDownHistory @markUpMarkDownHistory end |
#message ⇒ Object
Returns the value of attribute message.
13200 13201 13202 |
# File 'lib/eBay.rb', line 13200 def @message end |
#notificationDetailsArray ⇒ Object
Returns the value of attribute notificationDetailsArray.
13214 13215 13216 |
# File 'lib/eBay.rb', line 13214 def notificationDetailsArray @notificationDetailsArray end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13203 13204 13205 |
# File 'lib/eBay.rb', line 13203 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13207 13208 13209 |
# File 'lib/eBay.rb', line 13207 def notificationSignature @notificationSignature end |
#notificationStatistics ⇒ Object
Returns the value of attribute notificationStatistics.
13216 13217 13218 |
# File 'lib/eBay.rb', line 13216 def notificationStatistics @notificationStatistics end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13205 13206 13207 |
# File 'lib/eBay.rb', line 13205 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
13212 13213 13214 |
# File 'lib/eBay.rb', line 13212 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13196 13197 13198 |
# File 'lib/eBay.rb', line 13196 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
13201 13202 13203 |
# File 'lib/eBay.rb', line 13201 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
13218 13219 13220 |
# File 'lib/eBay.rb', line 13218 def set_any(elements) @__xmlele_any = elements end |