Class: EBay::GetSellingManagerAlertsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellingManagerAlertsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerAlertsResponseType
- 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
alert - EBay::SellingManagerAlertType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#alert ⇒ Object
Returns the value of attribute alert.
-
#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.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#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, alert = []) ⇒ GetSellingManagerAlertsResponseType
constructor
A new instance of GetSellingManagerAlertsResponseType.
- #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, alert = []) ⇒ GetSellingManagerAlertsResponseType
Returns a new instance of GetSellingManagerAlertsResponseType.
14429 14430 14431 14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 14446 14447 |
# File 'lib/eBay.rb', line 14429 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, alert = []) @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 @alert = alert end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14422 14423 14424 |
# File 'lib/eBay.rb', line 14422 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14408 14409 14410 |
# File 'lib/eBay.rb', line 14408 def ack @ack end |
#alert ⇒ Object
Returns the value of attribute alert.
14423 14424 14425 |
# File 'lib/eBay.rb', line 14423 def alert @alert end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14420 14421 14422 |
# File 'lib/eBay.rb', line 14420 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14413 14414 14415 |
# File 'lib/eBay.rb', line 14413 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14409 14410 14411 |
# File 'lib/eBay.rb', line 14409 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14415 14416 14417 |
# File 'lib/eBay.rb', line 14415 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14417 14418 14419 |
# File 'lib/eBay.rb', line 14417 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14410 14411 14412 |
# File 'lib/eBay.rb', line 14410 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14421 14422 14423 |
# File 'lib/eBay.rb', line 14421 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14419 14420 14421 |
# File 'lib/eBay.rb', line 14419 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14411 14412 14413 |
# File 'lib/eBay.rb', line 14411 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14414 14415 14416 |
# File 'lib/eBay.rb', line 14414 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14418 14419 14420 |
# File 'lib/eBay.rb', line 14418 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14416 14417 14418 |
# File 'lib/eBay.rb', line 14416 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14407 14408 14409 |
# File 'lib/eBay.rb', line 14407 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14412 14413 14414 |
# File 'lib/eBay.rb', line 14412 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14425 14426 14427 |
# File 'lib/eBay.rb', line 14425 def set_any(elements) @__xmlele_any = elements end |