Class: GetContextualKeywordsResponseType
- Inherits:
-
Object
- Object
- GetContextualKeywordsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetContextualKeywordsResponseType
Constant Summary collapse
- @@schema_type =
"GetContextualKeywordsResponseType"- @@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")]], ["contextSearchAsset", ["ContextSearchAssetType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ContextSearchAsset")]] ]
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.
-
#contextSearchAsset ⇒ Object
Returns the value of attribute contextSearchAsset.
-
#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.
-
#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, contextSearchAsset = []) ⇒ GetContextualKeywordsResponseType
constructor
A new instance of GetContextualKeywordsResponseType.
- #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, contextSearchAsset = []) ⇒ GetContextualKeywordsResponseType
Returns a new instance of GetContextualKeywordsResponseType.
3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'lib/eBay.rb', line 3922 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, contextSearchAsset = []) @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 @contextSearchAsset = contextSearchAsset end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3915 3916 3917 |
# File 'lib/eBay.rb', line 3915 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
3903 3904 3905 |
# File 'lib/eBay.rb', line 3903 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
3908 3909 3910 |
# File 'lib/eBay.rb', line 3908 def build @build end |
#contextSearchAsset ⇒ Object
Returns the value of attribute contextSearchAsset.
3916 3917 3918 |
# File 'lib/eBay.rb', line 3916 def contextSearchAsset @contextSearchAsset end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
3904 3905 3906 |
# File 'lib/eBay.rb', line 3904 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
3910 3911 3912 |
# File 'lib/eBay.rb', line 3910 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
3912 3913 3914 |
# File 'lib/eBay.rb', line 3912 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
3905 3906 3907 |
# File 'lib/eBay.rb', line 3905 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
3914 3915 3916 |
# File 'lib/eBay.rb', line 3914 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
3906 3907 3908 |
# File 'lib/eBay.rb', line 3906 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
3909 3910 3911 |
# File 'lib/eBay.rb', line 3909 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
3913 3914 3915 |
# File 'lib/eBay.rb', line 3913 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
3911 3912 3913 |
# File 'lib/eBay.rb', line 3911 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3902 3903 3904 |
# File 'lib/eBay.rb', line 3902 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
3907 3908 3909 |
# File 'lib/eBay.rb', line 3907 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
3918 3919 3920 |
# File 'lib/eBay.rb', line 3918 def set_any(elements) @__xmlele_any = elements end |