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.



4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'lib/eBay.rb', line 4992

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.



4981
4982
4983
# File 'lib/eBay.rb', line 4981

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4970
4971
4972
# File 'lib/eBay.rb', line 4970

def ack
  @ack
end

#activeListObject

Returns the value of attribute activeList.



4984
4985
4986
# File 'lib/eBay.rb', line 4984

def activeList
  @activeList
end

#buildObject

Returns the value of attribute build.



4975
4976
4977
# File 'lib/eBay.rb', line 4975

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



4971
4972
4973
# File 'lib/eBay.rb', line 4971

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4977
4978
4979
# File 'lib/eBay.rb', line 4977

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



4972
4973
4974
# File 'lib/eBay.rb', line 4972

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4980
4981
4982
# File 'lib/eBay.rb', line 4980

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



4973
4974
4975
# File 'lib/eBay.rb', line 4973

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4976
4977
4978
# File 'lib/eBay.rb', line 4976

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4979
4980
4981
# File 'lib/eBay.rb', line 4979

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4978
4979
4980
# File 'lib/eBay.rb', line 4978

def recipientUserID
  @recipientUserID
end

#scheduledListObject

Returns the value of attribute scheduledList.



4983
4984
4985
# File 'lib/eBay.rb', line 4983

def scheduledList
  @scheduledList
end

#sellingSummaryObject

Returns the value of attribute sellingSummary.



4982
4983
4984
# File 'lib/eBay.rb', line 4982

def sellingSummary
  @sellingSummary
end

#soldListObject

Returns the value of attribute soldList.



4985
4986
4987
# File 'lib/eBay.rb', line 4985

def soldList
  @soldList
end

#timestampObject

Returns the value of attribute timestamp.



4969
4970
4971
# File 'lib/eBay.rb', line 4969

def timestamp
  @timestamp
end

#unsoldListObject

Returns the value of attribute unsoldList.



4986
4987
4988
# File 'lib/eBay.rb', line 4986

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



4974
4975
4976
# File 'lib/eBay.rb', line 4974

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4988
4989
4990
# File 'lib/eBay.rb', line 4988

def set_any(elements)
  @__xmlele_any = elements
end