Class: VerifyAddSecondChanceItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemResponseType

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
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime

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, startTime = nil, endTime = nil) ⇒ VerifyAddSecondChanceItemResponseType

Returns a new instance of VerifyAddSecondChanceItemResponseType.



15676
15677
15678
15679
15680
15681
15682
15683
15684
15685
15686
15687
15688
15689
15690
15691
15692
15693
15694
# File 'lib/eBay.rb', line 15676

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, startTime = nil, endTime = 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
  @startTime = startTime
  @endTime = endTime
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15668
15669
15670
# File 'lib/eBay.rb', line 15668

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15655
15656
15657
# File 'lib/eBay.rb', line 15655

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15667
15668
15669
# File 'lib/eBay.rb', line 15667

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15660
15661
15662
# File 'lib/eBay.rb', line 15660

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15656
15657
15658
# File 'lib/eBay.rb', line 15656

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15662
15663
15664
# File 'lib/eBay.rb', line 15662

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15664
15665
15666
# File 'lib/eBay.rb', line 15664

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



15670
15671
15672
# File 'lib/eBay.rb', line 15670

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



15657
15658
15659
# File 'lib/eBay.rb', line 15657

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15666
15667
15668
# File 'lib/eBay.rb', line 15666

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15658
15659
15660
# File 'lib/eBay.rb', line 15658

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15661
15662
15663
# File 'lib/eBay.rb', line 15661

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15665
15666
15667
# File 'lib/eBay.rb', line 15665

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15663
15664
15665
# File 'lib/eBay.rb', line 15663

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



15669
15670
15671
# File 'lib/eBay.rb', line 15669

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



15654
15655
15656
# File 'lib/eBay.rb', line 15654

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15659
15660
15661
# File 'lib/eBay.rb', line 15659

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15672
15673
15674
# File 'lib/eBay.rb', line 15672

def set_any(elements)
  @__xmlele_any = elements
end