Class: GetStoreCategoryUpdateStatusResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreCategoryUpdateStatusResponseType

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
status - TaskStatusCodeType

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, status = nil) ⇒ GetStoreCategoryUpdateStatusResponseType

Returns a new instance of GetStoreCategoryUpdateStatusResponseType.



12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
# File 'lib/eBay.rb', line 12554

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, status = 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
  @status = status
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12547
12548
12549
# File 'lib/eBay.rb', line 12547

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12534
12535
12536
# File 'lib/eBay.rb', line 12534

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12546
12547
12548
# File 'lib/eBay.rb', line 12546

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12539
12540
12541
# File 'lib/eBay.rb', line 12539

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12535
12536
12537
# File 'lib/eBay.rb', line 12535

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12541
12542
12543
# File 'lib/eBay.rb', line 12541

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12543
12544
12545
# File 'lib/eBay.rb', line 12543

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12536
12537
12538
# File 'lib/eBay.rb', line 12536

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12545
12546
12547
# File 'lib/eBay.rb', line 12545

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12537
12538
12539
# File 'lib/eBay.rb', line 12537

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12540
12541
12542
# File 'lib/eBay.rb', line 12540

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12544
12545
12546
# File 'lib/eBay.rb', line 12544

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12542
12543
12544
# File 'lib/eBay.rb', line 12542

def recipientUserID
  @recipientUserID
end

#statusObject

Returns the value of attribute status.



12548
12549
12550
# File 'lib/eBay.rb', line 12548

def status
  @status
end

#timestampObject

Returns the value of attribute timestamp.



12533
12534
12535
# File 'lib/eBay.rb', line 12533

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12538
12539
12540
# File 'lib/eBay.rb', line 12538

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12550
12551
12552
# File 'lib/eBay.rb', line 12550

def set_any(elements)
  @__xmlele_any = elements
end