Class: VeROReportItemsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsVeROReportItemsResponseType

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
veROReportPacketID - SOAP::SOAPLong
veROReportPacketStatus - VeROReportPacketStatusCodeType

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, veROReportPacketID = nil, veROReportPacketStatus = nil) ⇒ VeROReportItemsResponseType

Returns a new instance of VeROReportItemsResponseType.



15542
15543
15544
15545
15546
15547
15548
15549
15550
15551
15552
15553
15554
15555
15556
15557
15558
15559
15560
# File 'lib/eBay.rb', line 15542

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, veROReportPacketID = nil, veROReportPacketStatus = 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
  @veROReportPacketID = veROReportPacketID
  @veROReportPacketStatus = veROReportPacketStatus
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15534
15535
15536
# File 'lib/eBay.rb', line 15534

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15521
15522
15523
# File 'lib/eBay.rb', line 15521

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15533
15534
15535
# File 'lib/eBay.rb', line 15533

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15526
15527
15528
# File 'lib/eBay.rb', line 15526

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15522
15523
15524
# File 'lib/eBay.rb', line 15522

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15528
15529
15530
# File 'lib/eBay.rb', line 15528

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15530
15531
15532
# File 'lib/eBay.rb', line 15530

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15523
15524
15525
# File 'lib/eBay.rb', line 15523

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15532
15533
15534
# File 'lib/eBay.rb', line 15532

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15524
15525
15526
# File 'lib/eBay.rb', line 15524

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15527
15528
15529
# File 'lib/eBay.rb', line 15527

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15531
15532
15533
# File 'lib/eBay.rb', line 15531

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15529
15530
15531
# File 'lib/eBay.rb', line 15529

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15520
15521
15522
# File 'lib/eBay.rb', line 15520

def timestamp
  @timestamp
end

#veROReportPacketIDObject

Returns the value of attribute veROReportPacketID.



15535
15536
15537
# File 'lib/eBay.rb', line 15535

def veROReportPacketID
  @veROReportPacketID
end

#veROReportPacketStatusObject

Returns the value of attribute veROReportPacketStatus.



15536
15537
15538
# File 'lib/eBay.rb', line 15536

def veROReportPacketStatus
  @veROReportPacketStatus
end

#versionObject

Returns the value of attribute version.



15525
15526
15527
# File 'lib/eBay.rb', line 15525

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15538
15539
15540
# File 'lib/eBay.rb', line 15538

def set_any(elements)
  @__xmlele_any = elements
end