Class: GetMyeBaySellingResponseType
- Inherits:
-
Object
- Object
- GetMyeBaySellingResponseType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#activeList ⇒ Object
Returns the value of attribute activeList.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#scheduledList ⇒ Object
Returns the value of attribute scheduledList.
-
#sellingSummary ⇒ Object
Returns the value of attribute sellingSummary.
-
#soldList ⇒ Object
Returns the value of attribute soldList.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#unsoldList ⇒ Object
Returns the value of attribute unsoldList.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetMyeBaySellingResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6165 6166 6167 |
# File 'lib/eBay.rb', line 6165 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
6153 6154 6155 |
# File 'lib/eBay.rb', line 6153 def ack @ack end |
#activeList ⇒ Object
Returns the value of attribute activeList.
6168 6169 6170 |
# File 'lib/eBay.rb', line 6168 def activeList @activeList end |
#build ⇒ Object
Returns the value of attribute build.
6158 6159 6160 |
# File 'lib/eBay.rb', line 6158 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
6154 6155 6156 |
# File 'lib/eBay.rb', line 6154 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
6160 6161 6162 |
# File 'lib/eBay.rb', line 6160 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
6162 6163 6164 |
# File 'lib/eBay.rb', line 6162 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
6155 6156 6157 |
# File 'lib/eBay.rb', line 6155 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
6164 6165 6166 |
# File 'lib/eBay.rb', line 6164 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
6156 6157 6158 |
# File 'lib/eBay.rb', line 6156 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
6159 6160 6161 |
# File 'lib/eBay.rb', line 6159 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
6163 6164 6165 |
# File 'lib/eBay.rb', line 6163 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
6161 6162 6163 |
# File 'lib/eBay.rb', line 6161 def recipientUserID @recipientUserID end |
#scheduledList ⇒ Object
Returns the value of attribute scheduledList.
6167 6168 6169 |
# File 'lib/eBay.rb', line 6167 def scheduledList @scheduledList end |
#sellingSummary ⇒ Object
Returns the value of attribute sellingSummary.
6166 6167 6168 |
# File 'lib/eBay.rb', line 6166 def sellingSummary @sellingSummary end |
#soldList ⇒ Object
Returns the value of attribute soldList.
6169 6170 6171 |
# File 'lib/eBay.rb', line 6169 def soldList @soldList end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
6152 6153 6154 |
# File 'lib/eBay.rb', line 6152 def @timestamp end |
#unsoldList ⇒ Object
Returns the value of attribute unsoldList.
6170 6171 6172 |
# File 'lib/eBay.rb', line 6170 def unsoldList @unsoldList end |
#version ⇒ Object
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 |