Class: GetPopularKeywordsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPopularKeywordsRequestType

Constant Summary collapse

@@schema_type =
"GetPopularKeywordsRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["categoryID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
["includeChildCategories", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeChildCategories")]],
["maxKeywordsRetrieved", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxKeywordsRetrieved")]],
["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetPopularKeywordsRequestType.



5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
# File 'lib/eBay.rb', line 5473

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryID = [], includeChildCategories = nil, maxKeywordsRetrieved = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



5463
5464
5465
# File 'lib/eBay.rb', line 5463

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



5464
5465
5466
# File 'lib/eBay.rb', line 5464

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



5457
5458
5459
# File 'lib/eBay.rb', line 5457

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5461
5462
5463
# File 'lib/eBay.rb', line 5461

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5458
5459
5460
# File 'lib/eBay.rb', line 5458

def errorLanguage
  @errorLanguage
end

#includeChildCategoriesObject

Returns the value of attribute includeChildCategories.



5465
5466
5467
# File 'lib/eBay.rb', line 5465

def includeChildCategories
  @includeChildCategories
end

#invocationIDObject

Returns the value of attribute invocationID.



5462
5463
5464
# File 'lib/eBay.rb', line 5462

def invocationID
  @invocationID
end

#maxKeywordsRetrievedObject

Returns the value of attribute maxKeywordsRetrieved.



5466
5467
5468
# File 'lib/eBay.rb', line 5466

def maxKeywordsRetrieved
  @maxKeywordsRetrieved
end

#messageIDObject

Returns the value of attribute messageID.



5459
5460
5461
# File 'lib/eBay.rb', line 5459

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



5467
5468
5469
# File 'lib/eBay.rb', line 5467

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



5460
5461
5462
# File 'lib/eBay.rb', line 5460

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5469
5470
5471
# File 'lib/eBay.rb', line 5469

def set_any(elements)
  @__xmlele_any = elements
end