Class: EBay::GetSellingManagerSoldListingsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerSoldListingsResponseType

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
saleRecord - EBay::SellingManagerSoldOrderType
paginationResult - EBay::PaginationResultType

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, saleRecord = [], paginationResult = nil) ⇒ GetSellingManagerSoldListingsResponseType

Returns a new instance of GetSellingManagerSoldListingsResponseType.



14812
14813
14814
14815
14816
14817
14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
14831
# File 'lib/eBay.rb', line 14812

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, saleRecord = [], paginationResult = 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
  @saleRecord = saleRecord
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14804
14805
14806
# File 'lib/eBay.rb', line 14804

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14790
14791
14792
# File 'lib/eBay.rb', line 14790

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14802
14803
14804
# File 'lib/eBay.rb', line 14802

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14795
14796
14797
# File 'lib/eBay.rb', line 14795

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14791
14792
14793
# File 'lib/eBay.rb', line 14791

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14797
14798
14799
# File 'lib/eBay.rb', line 14797

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14799
14800
14801
# File 'lib/eBay.rb', line 14799

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14792
14793
14794
# File 'lib/eBay.rb', line 14792

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14803
14804
14805
# File 'lib/eBay.rb', line 14803

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14801
14802
14803
# File 'lib/eBay.rb', line 14801

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14793
14794
14795
# File 'lib/eBay.rb', line 14793

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14796
14797
14798
# File 'lib/eBay.rb', line 14796

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14800
14801
14802
# File 'lib/eBay.rb', line 14800

def notificationSignature
  @notificationSignature
end

#paginationResultObject

Returns the value of attribute paginationResult.



14806
14807
14808
# File 'lib/eBay.rb', line 14806

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14798
14799
14800
# File 'lib/eBay.rb', line 14798

def recipientUserID
  @recipientUserID
end

#saleRecordObject

Returns the value of attribute saleRecord.



14805
14806
14807
# File 'lib/eBay.rb', line 14805

def saleRecord
  @saleRecord
end

#timestampObject

Returns the value of attribute timestamp.



14789
14790
14791
# File 'lib/eBay.rb', line 14789

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14794
14795
14796
# File 'lib/eBay.rb', line 14794

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14808
14809
14810
# File 'lib/eBay.rb', line 14808

def set_any(elements)
  @__xmlele_any = elements
end