Class: EBay::GetMyeBaySellingResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingResponseType

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
sellingSummary - EBay::SellingSummaryType
scheduledList - EBay::PaginatedItemArrayType
activeList - EBay::PaginatedItemArrayType
soldList - EBay::PaginatedOrderTransactionArrayType
unsoldList - EBay::PaginatedItemArrayType
summary - EBay::MyeBaySellingSummaryType
bidList - EBay::PaginatedItemArrayType
deletedFromSoldList - EBay::PaginatedOrderTransactionArrayType
deletedFromUnsoldList - EBay::PaginatedItemArrayType

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

Returns a new instance of GetMyeBaySellingResponseType.



13072
13073
13074
13075
13076
13077
13078
13079
13080
13081
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098
# File 'lib/eBay.rb', line 13072

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13057
13058
13059
# File 'lib/eBay.rb', line 13057

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13043
13044
13045
# File 'lib/eBay.rb', line 13043

def ack
  @ack
end

#activeListObject

Returns the value of attribute activeList.



13060
13061
13062
# File 'lib/eBay.rb', line 13060

def activeList
  @activeList
end

#bidListObject

Returns the value of attribute bidList.



13064
13065
13066
# File 'lib/eBay.rb', line 13064

def bidList
  @bidList
end

#botBlockObject

Returns the value of attribute botBlock.



13055
13056
13057
# File 'lib/eBay.rb', line 13055

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13048
13049
13050
# File 'lib/eBay.rb', line 13048

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13044
13045
13046
# File 'lib/eBay.rb', line 13044

def correlationID
  @correlationID
end

#deletedFromSoldListObject

Returns the value of attribute deletedFromSoldList.



13065
13066
13067
# File 'lib/eBay.rb', line 13065

def deletedFromSoldList
  @deletedFromSoldList
end

#deletedFromUnsoldListObject

Returns the value of attribute deletedFromUnsoldList.



13066
13067
13068
# File 'lib/eBay.rb', line 13066

def deletedFromUnsoldList
  @deletedFromUnsoldList
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13050
13051
13052
# File 'lib/eBay.rb', line 13050

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13052
13053
13054
# File 'lib/eBay.rb', line 13052

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13045
13046
13047
# File 'lib/eBay.rb', line 13045

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13056
13057
13058
# File 'lib/eBay.rb', line 13056

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13054
13055
13056
# File 'lib/eBay.rb', line 13054

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13046
13047
13048
# File 'lib/eBay.rb', line 13046

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13049
13050
13051
# File 'lib/eBay.rb', line 13049

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13053
13054
13055
# File 'lib/eBay.rb', line 13053

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13051
13052
13053
# File 'lib/eBay.rb', line 13051

def recipientUserID
  @recipientUserID
end

#scheduledListObject

Returns the value of attribute scheduledList.



13059
13060
13061
# File 'lib/eBay.rb', line 13059

def scheduledList
  @scheduledList
end

#sellingSummaryObject

Returns the value of attribute sellingSummary.



13058
13059
13060
# File 'lib/eBay.rb', line 13058

def sellingSummary
  @sellingSummary
end

#soldListObject

Returns the value of attribute soldList.



13061
13062
13063
# File 'lib/eBay.rb', line 13061

def soldList
  @soldList
end

#summaryObject

Returns the value of attribute summary.



13063
13064
13065
# File 'lib/eBay.rb', line 13063

def summary
  @summary
end

#timestampObject

Returns the value of attribute timestamp.



13042
13043
13044
# File 'lib/eBay.rb', line 13042

def timestamp
  @timestamp
end

#unsoldListObject

Returns the value of attribute unsoldList.



13062
13063
13064
# File 'lib/eBay.rb', line 13062

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



13047
13048
13049
# File 'lib/eBay.rb', line 13047

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13068
13069
13070
# File 'lib/eBay.rb', line 13068

def set_any(elements)
  @__xmlele_any = elements
end