Class: GetMyeBaySellingResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingResponseType

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
sellingSummary - SellingSummaryType
scheduledList - PaginatedItemArrayType
activeList - PaginatedItemArrayType
soldList - PaginatedOrderTransactionArrayType
unsoldList - PaginatedItemArrayType
summary - MyeBaySellingSummaryType

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, sellingSummary = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, summary = nil) ⇒ GetMyeBaySellingResponseType

Returns a new instance of GetMyeBaySellingResponseType.



10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
# File 'lib/eBay.rb', line 10770

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, sellingSummary = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, summary = 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
  @sellingSummary = sellingSummary
  @scheduledList = scheduledList
  @activeList = activeList
  @soldList = soldList
  @unsoldList = unsoldList
  @summary = summary
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10758
10759
10760
# File 'lib/eBay.rb', line 10758

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10745
10746
10747
# File 'lib/eBay.rb', line 10745

def ack
  @ack
end

#activeListObject

Returns the value of attribute activeList.



10761
10762
10763
# File 'lib/eBay.rb', line 10761

def activeList
  @activeList
end

#botBlockObject

Returns the value of attribute botBlock.



10757
10758
10759
# File 'lib/eBay.rb', line 10757

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10750
10751
10752
# File 'lib/eBay.rb', line 10750

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10746
10747
10748
# File 'lib/eBay.rb', line 10746

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10752
10753
10754
# File 'lib/eBay.rb', line 10752

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10754
10755
10756
# File 'lib/eBay.rb', line 10754

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10747
10748
10749
# File 'lib/eBay.rb', line 10747

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10756
10757
10758
# File 'lib/eBay.rb', line 10756

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10748
10749
10750
# File 'lib/eBay.rb', line 10748

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10751
10752
10753
# File 'lib/eBay.rb', line 10751

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10755
10756
10757
# File 'lib/eBay.rb', line 10755

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10753
10754
10755
# File 'lib/eBay.rb', line 10753

def recipientUserID
  @recipientUserID
end

#scheduledListObject

Returns the value of attribute scheduledList.



10760
10761
10762
# File 'lib/eBay.rb', line 10760

def scheduledList
  @scheduledList
end

#sellingSummaryObject

Returns the value of attribute sellingSummary.



10759
10760
10761
# File 'lib/eBay.rb', line 10759

def sellingSummary
  @sellingSummary
end

#soldListObject

Returns the value of attribute soldList.



10762
10763
10764
# File 'lib/eBay.rb', line 10762

def soldList
  @soldList
end

#summaryObject

Returns the value of attribute summary.



10764
10765
10766
# File 'lib/eBay.rb', line 10764

def summary
  @summary
end

#timestampObject

Returns the value of attribute timestamp.



10744
10745
10746
# File 'lib/eBay.rb', line 10744

def timestamp
  @timestamp
end

#unsoldListObject

Returns the value of attribute unsoldList.



10763
10764
10765
# File 'lib/eBay.rb', line 10763

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



10749
10750
10751
# File 'lib/eBay.rb', line 10749

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10766
10767
10768
# File 'lib/eBay.rb', line 10766

def set_any(elements)
  @__xmlele_any = elements
end