Class: GetSellerEventsResponseType
- Inherits:
-
Object
- Object
- GetSellerEventsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerEventsResponseType
Constant Summary collapse
- @@schema_type =
"GetSellerEventsResponseType"
- @@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")]], ["timeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TimeTo")]], ["itemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemArray")]] ]
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.
-
#itemArray ⇒ Object
Returns the value of attribute itemArray.
-
#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.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#timeTo ⇒ Object
Returns the value of attribute timeTo.
-
#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, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType
constructor
A new instance of GetSellerEventsResponseType.
- #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, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType
Returns a new instance of GetSellerEventsResponseType.
8637 8638 8639 8640 8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 |
# File 'lib/eBay.rb', line 8637 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, timeTo = nil, itemArray = 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 @timeTo = timeTo @itemArray = itemArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8629 8630 8631 |
# File 'lib/eBay.rb', line 8629 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
8617 8618 8619 |
# File 'lib/eBay.rb', line 8617 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
8622 8623 8624 |
# File 'lib/eBay.rb', line 8622 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
8618 8619 8620 |
# File 'lib/eBay.rb', line 8618 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
8624 8625 8626 |
# File 'lib/eBay.rb', line 8624 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
8626 8627 8628 |
# File 'lib/eBay.rb', line 8626 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
8619 8620 8621 |
# File 'lib/eBay.rb', line 8619 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
8628 8629 8630 |
# File 'lib/eBay.rb', line 8628 def hardExpirationWarning @hardExpirationWarning end |
#itemArray ⇒ Object
Returns the value of attribute itemArray.
8631 8632 8633 |
# File 'lib/eBay.rb', line 8631 def itemArray @itemArray end |
#message ⇒ Object
Returns the value of attribute message.
8620 8621 8622 |
# File 'lib/eBay.rb', line 8620 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
8623 8624 8625 |
# File 'lib/eBay.rb', line 8623 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
8627 8628 8629 |
# File 'lib/eBay.rb', line 8627 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
8625 8626 8627 |
# File 'lib/eBay.rb', line 8625 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
8616 8617 8618 |
# File 'lib/eBay.rb', line 8616 def @timestamp end |
#timeTo ⇒ Object
Returns the value of attribute timeTo.
8630 8631 8632 |
# File 'lib/eBay.rb', line 8630 def timeTo @timeTo end |
#version ⇒ Object
Returns the value of attribute version.
8621 8622 8623 |
# File 'lib/eBay.rb', line 8621 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
8633 8634 8635 |
# File 'lib/eBay.rb', line 8633 def set_any(elements) @__xmlele_any = elements end |