Method: Variable#get_categories
- Defined in:
- lib/nesstar-api/variable.rb
#get_categories ⇒ Object
Returns a list of categories in this variable
38 39 40 41 42 |
# File 'lib/nesstar-api/variable.rb', line 38 def get_categories ['catgry'].collect do | category | Category.new category end end |