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")]],
  ["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, notificationSignature = nil, hardExpirationWarning = nil, sellingSummary = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil) ⇒ GetMyeBaySellingResponseType

Returns a new instance of GetMyeBaySellingResponseType.



5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/eBay.rb', line 5462

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = 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
  @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.



5451
5452
5453
# File 'lib/eBay.rb', line 5451

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5440
5441
5442
# File 'lib/eBay.rb', line 5440

def ack
  @ack
end

#activeListObject

Returns the value of attribute activeList.



5454
5455
5456
# File 'lib/eBay.rb', line 5454

def activeList
  @activeList
end

#buildObject

Returns the value of attribute build.



5445
5446
5447
# File 'lib/eBay.rb', line 5445

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5441
5442
5443
# File 'lib/eBay.rb', line 5441

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5447
5448
5449
# File 'lib/eBay.rb', line 5447

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5442
5443
5444
# File 'lib/eBay.rb', line 5442

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5450
5451
5452
# File 'lib/eBay.rb', line 5450

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



5443
5444
5445
# File 'lib/eBay.rb', line 5443

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5446
5447
5448
# File 'lib/eBay.rb', line 5446

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5449
5450
5451
# File 'lib/eBay.rb', line 5449

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5448
5449
5450
# File 'lib/eBay.rb', line 5448

def recipientUserID
  @recipientUserID
end

#scheduledListObject

Returns the value of attribute scheduledList.



5453
5454
5455
# File 'lib/eBay.rb', line 5453

def scheduledList
  @scheduledList
end

#sellingSummaryObject

Returns the value of attribute sellingSummary.



5452
5453
5454
# File 'lib/eBay.rb', line 5452

def sellingSummary
  @sellingSummary
end

#soldListObject

Returns the value of attribute soldList.



5455
5456
5457
# File 'lib/eBay.rb', line 5455

def soldList
  @soldList
end

#timestampObject

Returns the value of attribute timestamp.



5439
5440
5441
# File 'lib/eBay.rb', line 5439

def timestamp
  @timestamp
end

#unsoldListObject

Returns the value of attribute unsoldList.



5456
5457
5458
# File 'lib/eBay.rb', line 5456

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



5444
5445
5446
# File 'lib/eBay.rb', line 5444

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5458
5459
5460
# File 'lib/eBay.rb', line 5458

def set_any(elements)
  @__xmlele_any = elements
end