Class: EBay::GetSellingManagerEmailLogResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerEmailLogResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

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, 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(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 = [])
  @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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @emailLog = emailLog
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14483
14484
14485
# File 'lib/eBay.rb', line 14483

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14469
14470
14471
# File 'lib/eBay.rb', line 14469

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14481
14482
14483
# File 'lib/eBay.rb', line 14481

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14474
14475
14476
# File 'lib/eBay.rb', line 14474

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14470
14471
14472
# File 'lib/eBay.rb', line 14470

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14476
14477
14478
# File 'lib/eBay.rb', line 14476

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14478
14479
14480
# File 'lib/eBay.rb', line 14478

def eIASToken
  @eIASToken
end

#emailLogObject

Returns the value of attribute emailLog.



14484
14485
14486
# File 'lib/eBay.rb', line 14484

def emailLog
  @emailLog
end

#errorsObject

Returns the value of attribute errors.



14471
14472
14473
# File 'lib/eBay.rb', line 14471

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14482
14483
14484
# File 'lib/eBay.rb', line 14482

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14480
14481
14482
# File 'lib/eBay.rb', line 14480

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14472
14473
14474
# File 'lib/eBay.rb', line 14472

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14475
14476
14477
# File 'lib/eBay.rb', line 14475

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14479
14480
14481
# File 'lib/eBay.rb', line 14479

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14477
14478
14479
# File 'lib/eBay.rb', line 14477

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14468
14469
14470
# File 'lib/eBay.rb', line 14468

def timestamp
  @timestamp
end

#versionObject

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