Class: ValidateTestUserRegistrationResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsValidateTestUserRegistrationResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType

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) ⇒ ValidateTestUserRegistrationResponseType

Returns a new instance of ValidateTestUserRegistrationResponseType.



15483
15484
15485
15486
15487
15488
15489
15490
15491
15492
15493
15494
15495
15496
15497
15498
15499
# File 'lib/eBay.rb', line 15483

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)
  @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
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15477
15478
15479
# File 'lib/eBay.rb', line 15477

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15464
15465
15466
# File 'lib/eBay.rb', line 15464

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15476
15477
15478
# File 'lib/eBay.rb', line 15476

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15469
15470
15471
# File 'lib/eBay.rb', line 15469

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15465
15466
15467
# File 'lib/eBay.rb', line 15465

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15471
15472
15473
# File 'lib/eBay.rb', line 15471

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15473
15474
15475
# File 'lib/eBay.rb', line 15473

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15466
15467
15468
# File 'lib/eBay.rb', line 15466

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15475
15476
15477
# File 'lib/eBay.rb', line 15475

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15467
15468
15469
# File 'lib/eBay.rb', line 15467

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15470
15471
15472
# File 'lib/eBay.rb', line 15470

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15474
15475
15476
# File 'lib/eBay.rb', line 15474

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15472
15473
15474
# File 'lib/eBay.rb', line 15472

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15463
15464
15465
# File 'lib/eBay.rb', line 15463

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15468
15469
15470
# File 'lib/eBay.rb', line 15468

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15479
15480
15481
# File 'lib/eBay.rb', line 15479

def set_any(elements)
  @__xmlele_any = elements
end