Class: EBay::GetSellingManagerEmailLogResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellingManagerEmailLogResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerEmailLogResponseType
- 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
emailLog - EBay::SellingManagerEmailLogType
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.
-
#emailLog ⇒ Object
Returns the value of attribute emailLog.
-
#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, emailLog = []) ⇒ GetSellingManagerEmailLogResponseType
constructor
A new instance of GetSellingManagerEmailLogResponseType.
- #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, emailLog = []) ⇒ GetSellingManagerEmailLogResponseType
Returns a new instance of GetSellingManagerEmailLogResponseType.
14490 14491 14492 14493 14494 14495 14496 14497 14498 14499 14500 14501 14502 14503 14504 14505 14506 14507 14508 |
# File 'lib/eBay.rb', line 14490 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, emailLog = []) @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 @emailLog = emailLog end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14483 14484 14485 |
# File 'lib/eBay.rb', line 14483 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14469 14470 14471 |
# File 'lib/eBay.rb', line 14469 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14481 14482 14483 |
# File 'lib/eBay.rb', line 14481 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14474 14475 14476 |
# File 'lib/eBay.rb', line 14474 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14470 14471 14472 |
# File 'lib/eBay.rb', line 14470 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14476 14477 14478 |
# File 'lib/eBay.rb', line 14476 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14478 14479 14480 |
# File 'lib/eBay.rb', line 14478 def eIASToken @eIASToken end |
#emailLog ⇒ Object
Returns the value of attribute emailLog.
14484 14485 14486 |
# File 'lib/eBay.rb', line 14484 def emailLog @emailLog end |
#errors ⇒ Object
Returns the value of attribute errors.
14471 14472 14473 |
# File 'lib/eBay.rb', line 14471 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14482 14483 14484 |
# File 'lib/eBay.rb', line 14482 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14480 14481 14482 |
# File 'lib/eBay.rb', line 14480 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14472 14473 14474 |
# File 'lib/eBay.rb', line 14472 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14475 14476 14477 |
# File 'lib/eBay.rb', line 14475 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14479 14480 14481 |
# File 'lib/eBay.rb', line 14479 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14477 14478 14479 |
# File 'lib/eBay.rb', line 14477 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14468 14469 14470 |
# File 'lib/eBay.rb', line 14468 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14473 14474 14475 |
# File 'lib/eBay.rb', line 14473 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14486 14487 14488 |
# File 'lib/eBay.rb', line 14486 def set_any(elements) @__xmlele_any = elements end |