Class: GetPopularKeywordsResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetPopularKeywordsResponseType

Constant Summary collapse

@@schema_type =
"GetPopularKeywordsResponseType"
@@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")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]],
  ["categoryArray", ["CategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryArray")]],
  ["hasMore", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMore")]]
]

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, paginationResult = nil, categoryArray = nil, hasMore = nil) ⇒ GetPopularKeywordsResponseType

Returns a new instance of GetPopularKeywordsResponseType.



6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
# File 'lib/eBay.rb', line 6151

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, paginationResult = nil, categoryArray = nil, hasMore = 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
  @paginationResult = paginationResult
  @categoryArray = categoryArray
  @hasMore = hasMore
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6142
6143
6144
# File 'lib/eBay.rb', line 6142

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6131
6132
6133
# File 'lib/eBay.rb', line 6131

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



6136
6137
6138
# File 'lib/eBay.rb', line 6136

def build
  @build
end

#categoryArrayObject

Returns the value of attribute categoryArray.



6144
6145
6146
# File 'lib/eBay.rb', line 6144

def categoryArray
  @categoryArray
end

#correlationIDObject

Returns the value of attribute correlationID.



6132
6133
6134
# File 'lib/eBay.rb', line 6132

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6138
6139
6140
# File 'lib/eBay.rb', line 6138

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



6133
6134
6135
# File 'lib/eBay.rb', line 6133

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



6141
6142
6143
# File 'lib/eBay.rb', line 6141

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreObject

Returns the value of attribute hasMore.



6145
6146
6147
# File 'lib/eBay.rb', line 6145

def hasMore
  @hasMore
end

#messageObject

Returns the value of attribute message.



6134
6135
6136
# File 'lib/eBay.rb', line 6134

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6137
6138
6139
# File 'lib/eBay.rb', line 6137

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



6140
6141
6142
# File 'lib/eBay.rb', line 6140

def notificationSignature
  @notificationSignature
end

#paginationResultObject

Returns the value of attribute paginationResult.



6143
6144
6145
# File 'lib/eBay.rb', line 6143

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



6139
6140
6141
# File 'lib/eBay.rb', line 6139

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



6130
6131
6132
# File 'lib/eBay.rb', line 6130

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



6135
6136
6137
# File 'lib/eBay.rb', line 6135

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6147
6148
6149
# File 'lib/eBay.rb', line 6147

def set_any(elements)
  @__xmlele_any = elements
end