Class: EBay::GetSellingManagerAlertsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerAlertsResponseType

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
alert - EBay::SellingManagerAlertType

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, 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(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 = [])
  @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
  @alert = alert
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14422
14423
14424
# File 'lib/eBay.rb', line 14422

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14408
14409
14410
# File 'lib/eBay.rb', line 14408

def ack
  @ack
end

#alertObject

Returns the value of attribute alert.



14423
14424
14425
# File 'lib/eBay.rb', line 14423

def alert
  @alert
end

#botBlockObject

Returns the value of attribute botBlock.



14420
14421
14422
# File 'lib/eBay.rb', line 14420

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14413
14414
14415
# File 'lib/eBay.rb', line 14413

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14409
14410
14411
# File 'lib/eBay.rb', line 14409

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14415
14416
14417
# File 'lib/eBay.rb', line 14415

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14417
14418
14419
# File 'lib/eBay.rb', line 14417

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14410
14411
14412
# File 'lib/eBay.rb', line 14410

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14421
14422
14423
# File 'lib/eBay.rb', line 14421

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14419
14420
14421
# File 'lib/eBay.rb', line 14419

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14411
14412
14413
# File 'lib/eBay.rb', line 14411

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14414
14415
14416
# File 'lib/eBay.rb', line 14414

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14418
14419
14420
# File 'lib/eBay.rb', line 14418

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14416
14417
14418
# File 'lib/eBay.rb', line 14416

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14407
14408
14409
# File 'lib/eBay.rb', line 14407

def timestamp
  @timestamp
end

#versionObject

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