Class: GetPopularKeywordsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPopularKeywordsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
categoryID - SOAP::SOAPString
includeChildCategories - SOAP::SOAPBoolean
maxKeywordsRetrieved - SOAP::SOAPInt
pagination - PaginationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil) ⇒ GetPopularKeywordsRequestType

Returns a new instance of GetPopularKeywordsRequestType.



3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
# File 'lib/eBay.rb', line 3320

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @categoryID = categoryID
  @includeChildCategories = includeChildCategories
  @maxKeywordsRetrieved = maxKeywordsRetrieved
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3310
3311
3312
# File 'lib/eBay.rb', line 3310

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3309
3310
3311
# File 'lib/eBay.rb', line 3309

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



3311
3312
3313
# File 'lib/eBay.rb', line 3311

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



3300
3301
3302
# File 'lib/eBay.rb', line 3300

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3304
3305
3306
# File 'lib/eBay.rb', line 3304

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3305
3306
3307
# File 'lib/eBay.rb', line 3305

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3301
3302
3303
# File 'lib/eBay.rb', line 3301

def errorLanguage
  @errorLanguage
end

#includeChildCategoriesObject

Returns the value of attribute includeChildCategories.



3312
3313
3314
# File 'lib/eBay.rb', line 3312

def includeChildCategories
  @includeChildCategories
end

#invocationIDObject

Returns the value of attribute invocationID.



3306
3307
3308
# File 'lib/eBay.rb', line 3306

def invocationID
  @invocationID
end

#maxKeywordsRetrievedObject

Returns the value of attribute maxKeywordsRetrieved.



3313
3314
3315
# File 'lib/eBay.rb', line 3313

def maxKeywordsRetrieved
  @maxKeywordsRetrieved
end

#messageIDObject

Returns the value of attribute messageID.



3302
3303
3304
# File 'lib/eBay.rb', line 3302

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3307
3308
3309
# File 'lib/eBay.rb', line 3307

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



3314
3315
3316
# File 'lib/eBay.rb', line 3314

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



3303
3304
3305
# File 'lib/eBay.rb', line 3303

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3308
3309
3310
# File 'lib/eBay.rb', line 3308

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3316
3317
3318
# File 'lib/eBay.rb', line 3316

def set_any(elements)
  @__xmlele_any = elements
end