Class: GetMyeBaySellingResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingResponseType

Constant Summary collapse

@@schema_type =
"GetMyeBaySellingResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["sellingSummary", ["SellingSummaryType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellingSummary")]],
  ["scheduledList", ["PaginatedItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ScheduledList")]],
  ["activeList", ["PaginatedItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ActiveList")]],
  ["soldList", ["PaginatedOrderTransactionArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SoldList")]],
  ["unsoldList", ["PaginatedItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UnsoldList")]]
]

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

Returns a new instance of GetMyeBaySellingResponseType.



6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
# File 'lib/eBay.rb', line 6176

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6165
6166
6167
# File 'lib/eBay.rb', line 6165

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6153
6154
6155
# File 'lib/eBay.rb', line 6153

def ack
  @ack
end

#activeListObject

Returns the value of attribute activeList.



6168
6169
6170
# File 'lib/eBay.rb', line 6168

def activeList
  @activeList
end

#buildObject

Returns the value of attribute build.



6158
6159
6160
# File 'lib/eBay.rb', line 6158

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



6154
6155
6156
# File 'lib/eBay.rb', line 6154

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6160
6161
6162
# File 'lib/eBay.rb', line 6160

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



6162
6163
6164
# File 'lib/eBay.rb', line 6162

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



6155
6156
6157
# File 'lib/eBay.rb', line 6155

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



6164
6165
6166
# File 'lib/eBay.rb', line 6164

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



6156
6157
6158
# File 'lib/eBay.rb', line 6156

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6159
6160
6161
# File 'lib/eBay.rb', line 6159

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



6163
6164
6165
# File 'lib/eBay.rb', line 6163

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



6161
6162
6163
# File 'lib/eBay.rb', line 6161

def recipientUserID
  @recipientUserID
end

#scheduledListObject

Returns the value of attribute scheduledList.



6167
6168
6169
# File 'lib/eBay.rb', line 6167

def scheduledList
  @scheduledList
end

#sellingSummaryObject

Returns the value of attribute sellingSummary.



6166
6167
6168
# File 'lib/eBay.rb', line 6166

def sellingSummary
  @sellingSummary
end

#soldListObject

Returns the value of attribute soldList.



6169
6170
6171
# File 'lib/eBay.rb', line 6169

def soldList
  @soldList
end

#timestampObject

Returns the value of attribute timestamp.



6152
6153
6154
# File 'lib/eBay.rb', line 6152

def timestamp
  @timestamp
end

#unsoldListObject

Returns the value of attribute unsoldList.



6170
6171
6172
# File 'lib/eBay.rb', line 6170

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



6157
6158
6159
# File 'lib/eBay.rb', line 6157

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6172
6173
6174
# File 'lib/eBay.rb', line 6172

def set_any(elements)
  @__xmlele_any = elements
end