Class: SetStoreCategoriesResponseType
- Inherits:
-
Object
- Object
- SetStoreCategoriesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetStoreCategoriesResponseType
Constant Summary collapse
- @@schema_type =
"SetStoreCategoriesResponseType"
- @@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")]], ["taskID", ["SOAP::SOAPLong", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TaskID")]], ["status", ["TaskStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Status")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#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.
-
#status ⇒ Object
Returns the value of attribute status.
-
#taskID ⇒ Object
Returns the value of attribute taskID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#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, taskID = nil, status = nil) ⇒ SetStoreCategoriesResponseType
constructor
A new instance of SetStoreCategoriesResponseType.
- #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, taskID = nil, status = nil) ⇒ SetStoreCategoriesResponseType
Returns a new instance of SetStoreCategoriesResponseType.
13197 13198 13199 13200 13201 13202 13203 13204 13205 13206 13207 13208 13209 13210 13211 13212 13213 13214 |
# File 'lib/eBay.rb', line 13197 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, taskID = nil, status = 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 @taskID = taskID @status = status end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13189 13190 13191 |
# File 'lib/eBay.rb', line 13189 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13177 13178 13179 |
# File 'lib/eBay.rb', line 13177 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
13182 13183 13184 |
# File 'lib/eBay.rb', line 13182 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13178 13179 13180 |
# File 'lib/eBay.rb', line 13178 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13184 13185 13186 |
# File 'lib/eBay.rb', line 13184 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13186 13187 13188 |
# File 'lib/eBay.rb', line 13186 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13179 13180 13181 |
# File 'lib/eBay.rb', line 13179 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13188 13189 13190 |
# File 'lib/eBay.rb', line 13188 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
13180 13181 13182 |
# File 'lib/eBay.rb', line 13180 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13183 13184 13185 |
# File 'lib/eBay.rb', line 13183 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13187 13188 13189 |
# File 'lib/eBay.rb', line 13187 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13185 13186 13187 |
# File 'lib/eBay.rb', line 13185 def recipientUserID @recipientUserID end |
#status ⇒ Object
Returns the value of attribute status.
13191 13192 13193 |
# File 'lib/eBay.rb', line 13191 def status @status end |
#taskID ⇒ Object
Returns the value of attribute taskID.
13190 13191 13192 |
# File 'lib/eBay.rb', line 13190 def taskID @taskID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13176 13177 13178 |
# File 'lib/eBay.rb', line 13176 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
13181 13182 13183 |
# File 'lib/eBay.rb', line 13181 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
13193 13194 13195 |
# File 'lib/eBay.rb', line 13193 def set_any(elements) @__xmlele_any = elements end |