Class: EBay::ReviseSellingManagerInventoryFolderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseSellingManagerInventoryFolderResponseType

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
folder - EBay::SellingManagerFolderDetailsType

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, folder = nil) ⇒ ReviseSellingManagerInventoryFolderResponseType

Returns a new instance of ReviseSellingManagerInventoryFolderResponseType.



17540
17541
17542
17543
17544
17545
17546
17547
17548
17549
17550
17551
17552
17553
17554
17555
17556
17557
17558
# File 'lib/eBay.rb', line 17540

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, folder = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @folder = folder
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17533
17534
17535
# File 'lib/eBay.rb', line 17533

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



17519
17520
17521
# File 'lib/eBay.rb', line 17519

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



17531
17532
17533
# File 'lib/eBay.rb', line 17531

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



17524
17525
17526
# File 'lib/eBay.rb', line 17524

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



17520
17521
17522
# File 'lib/eBay.rb', line 17520

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



17526
17527
17528
# File 'lib/eBay.rb', line 17526

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



17528
17529
17530
# File 'lib/eBay.rb', line 17528

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



17521
17522
17523
# File 'lib/eBay.rb', line 17521

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



17532
17533
17534
# File 'lib/eBay.rb', line 17532

def externalUserData
  @externalUserData
end

#folderObject

Returns the value of attribute folder.



17534
17535
17536
# File 'lib/eBay.rb', line 17534

def folder
  @folder
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



17530
17531
17532
# File 'lib/eBay.rb', line 17530

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



17522
17523
17524
# File 'lib/eBay.rb', line 17522

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



17525
17526
17527
# File 'lib/eBay.rb', line 17525

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



17529
17530
17531
# File 'lib/eBay.rb', line 17529

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



17527
17528
17529
# File 'lib/eBay.rb', line 17527

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



17518
17519
17520
# File 'lib/eBay.rb', line 17518

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



17523
17524
17525
# File 'lib/eBay.rb', line 17523

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



17536
17537
17538
# File 'lib/eBay.rb', line 17536

def set_any(elements)
  @__xmlele_any = elements
end