Class: EBay::GetSellingManagerInventoryFolderResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerInventoryFolderResponseType

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) ⇒ GetSellingManagerInventoryFolderResponseType

Returns a new instance of GetSellingManagerInventoryFolderResponseType.



14618
14619
14620
14621
14622
14623
14624
14625
14626
14627
14628
14629
14630
14631
14632
14633
14634
14635
14636
# File 'lib/eBay.rb', line 14618

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.



14611
14612
14613
# File 'lib/eBay.rb', line 14611

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14597
14598
14599
# File 'lib/eBay.rb', line 14597

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14609
14610
14611
# File 'lib/eBay.rb', line 14609

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14602
14603
14604
# File 'lib/eBay.rb', line 14602

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14598
14599
14600
# File 'lib/eBay.rb', line 14598

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14604
14605
14606
# File 'lib/eBay.rb', line 14604

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14606
14607
14608
# File 'lib/eBay.rb', line 14606

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14599
14600
14601
# File 'lib/eBay.rb', line 14599

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14610
14611
14612
# File 'lib/eBay.rb', line 14610

def externalUserData
  @externalUserData
end

#folderObject

Returns the value of attribute folder.



14612
14613
14614
# File 'lib/eBay.rb', line 14612

def folder
  @folder
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14608
14609
14610
# File 'lib/eBay.rb', line 14608

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14600
14601
14602
# File 'lib/eBay.rb', line 14600

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14603
14604
14605
# File 'lib/eBay.rb', line 14603

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14607
14608
14609
# File 'lib/eBay.rb', line 14607

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14605
14606
14607
# File 'lib/eBay.rb', line 14605

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14596
14597
14598
# File 'lib/eBay.rb', line 14596

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14601
14602
14603
# File 'lib/eBay.rb', line 14601

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14614
14615
14616
# File 'lib/eBay.rb', line 14614

def set_any(elements)
  @__xmlele_any = elements
end