Class: RequestCategoriesType

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

Overview

urn:ebay:apis:eBLBaseComponentsRequestCategoriesType

categoriesOnly - SOAP::SOAPBoolean
maxCategories - SOAP::SOAPInt
maxSubcategories - SOAP::SOAPInt
levels - SOAP::SOAPInt
demandData - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(categoriesOnly = nil, maxCategories = nil, maxSubcategories = nil, levels = nil, demandData = nil) ⇒ RequestCategoriesType

Returns a new instance of RequestCategoriesType.



23095
23096
23097
23098
23099
23100
23101
23102
# File 'lib/eBay.rb', line 23095

def initialize(categoriesOnly = nil, maxCategories = nil, maxSubcategories = nil, levels = nil, demandData = nil)
  @categoriesOnly = categoriesOnly
  @maxCategories = maxCategories
  @maxSubcategories = maxSubcategories
  @levels = levels
  @demandData = demandData
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23089
23090
23091
# File 'lib/eBay.rb', line 23089

def __xmlele_any
  @__xmlele_any
end

#categoriesOnlyObject

Returns the value of attribute categoriesOnly.



23084
23085
23086
# File 'lib/eBay.rb', line 23084

def categoriesOnly
  @categoriesOnly
end

#demandDataObject

Returns the value of attribute demandData.



23088
23089
23090
# File 'lib/eBay.rb', line 23088

def demandData
  @demandData
end

#levelsObject

Returns the value of attribute levels.



23087
23088
23089
# File 'lib/eBay.rb', line 23087

def levels
  @levels
end

#maxCategoriesObject

Returns the value of attribute maxCategories.



23085
23086
23087
# File 'lib/eBay.rb', line 23085

def maxCategories
  @maxCategories
end

#maxSubcategoriesObject

Returns the value of attribute maxSubcategories.



23086
23087
23088
# File 'lib/eBay.rb', line 23086

def maxSubcategories
  @maxSubcategories
end

Instance Method Details

#set_any(elements) ⇒ Object



23091
23092
23093
# File 'lib/eBay.rb', line 23091

def set_any(elements)
  @__xmlele_any = elements
end