Class: EBay::AddSellingManagerInventoryFolderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSellingManagerInventoryFolderResponseType

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
folderID - SOAP::SOAPLong

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, folderID = nil) ⇒ AddSellingManagerInventoryFolderResponseType

Returns a new instance of AddSellingManagerInventoryFolderResponseType.



9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
# File 'lib/eBay.rb', line 9623

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9616
9617
9618
# File 'lib/eBay.rb', line 9616

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9602
9603
9604
# File 'lib/eBay.rb', line 9602

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9614
9615
9616
# File 'lib/eBay.rb', line 9614

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9607
9608
9609
# File 'lib/eBay.rb', line 9607

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9603
9604
9605
# File 'lib/eBay.rb', line 9603

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9609
9610
9611
# File 'lib/eBay.rb', line 9609

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9611
9612
9613
# File 'lib/eBay.rb', line 9611

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9604
9605
9606
# File 'lib/eBay.rb', line 9604

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



9615
9616
9617
# File 'lib/eBay.rb', line 9615

def externalUserData
  @externalUserData
end

#folderIDObject

Returns the value of attribute folderID.



9617
9618
9619
# File 'lib/eBay.rb', line 9617

def folderID
  @folderID
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9613
9614
9615
# File 'lib/eBay.rb', line 9613

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9605
9606
9607
# File 'lib/eBay.rb', line 9605

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9608
9609
9610
# File 'lib/eBay.rb', line 9608

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9612
9613
9614
# File 'lib/eBay.rb', line 9612

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9610
9611
9612
# File 'lib/eBay.rb', line 9610

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9601
9602
9603
# File 'lib/eBay.rb', line 9601

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9606
9607
9608
# File 'lib/eBay.rb', line 9606

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9619
9620
9621
# File 'lib/eBay.rb', line 9619

def set_any(elements)
  @__xmlele_any = elements
end