Class: GetPopularKeywordsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetPopularKeywordsResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
paginationResult - PaginationResultType
categoryArray - CategoryArrayType
hasMore - SOAP::SOAPBoolean

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

Returns a new instance of GetPopularKeywordsResponseType.



11224
11225
11226
11227
11228
11229
11230
11231
11232
11233
11234
11235
11236
11237
11238
11239
11240
11241
11242
11243
# File 'lib/eBay.rb', line 11224

def 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, botBlock = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
  @paginationResult = paginationResult
  @categoryArray = categoryArray
  @hasMore = hasMore
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11215
11216
11217
# File 'lib/eBay.rb', line 11215

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11202
11203
11204
# File 'lib/eBay.rb', line 11202

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11214
11215
11216
# File 'lib/eBay.rb', line 11214

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11207
11208
11209
# File 'lib/eBay.rb', line 11207

def build
  @build
end

#categoryArrayObject

Returns the value of attribute categoryArray.



11217
11218
11219
# File 'lib/eBay.rb', line 11217

def categoryArray
  @categoryArray
end

#correlationIDObject

Returns the value of attribute correlationID.



11203
11204
11205
# File 'lib/eBay.rb', line 11203

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11209
11210
11211
# File 'lib/eBay.rb', line 11209

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11211
11212
11213
# File 'lib/eBay.rb', line 11211

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11204
11205
11206
# File 'lib/eBay.rb', line 11204

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11213
11214
11215
# File 'lib/eBay.rb', line 11213

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreObject

Returns the value of attribute hasMore.



11218
11219
11220
# File 'lib/eBay.rb', line 11218

def hasMore
  @hasMore
end

#messageObject

Returns the value of attribute message.



11205
11206
11207
# File 'lib/eBay.rb', line 11205

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11208
11209
11210
# File 'lib/eBay.rb', line 11208

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11212
11213
11214
# File 'lib/eBay.rb', line 11212

def notificationSignature
  @notificationSignature
end

#paginationResultObject

Returns the value of attribute paginationResult.



11216
11217
11218
# File 'lib/eBay.rb', line 11216

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11210
11211
11212
# File 'lib/eBay.rb', line 11210

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11201
11202
11203
# File 'lib/eBay.rb', line 11201

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11206
11207
11208
# File 'lib/eBay.rb', line 11206

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11220
11221
11222
# File 'lib/eBay.rb', line 11220

def set_any(elements)
  @__xmlele_any = elements
end