Class: Nesstar::Category
- Inherits:
-
Object
- Object
- Nesstar::Category
- Defined in:
- lib/nesstar-api/category.rb
Overview
Value information for the rows in a variable
Instance Attribute Summary collapse
-
#category_statistics ⇒ Object
Returns the value of attribute category_statistics.
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#category_statistics ⇒ Object
Returns the value of attribute category_statistics.
6 7 8 |
# File 'lib/nesstar-api/category.rb', line 6 def category_statistics @category_statistics end |
#label ⇒ Object
Returns the value of attribute label.
6 7 8 |
# File 'lib/nesstar-api/category.rb', line 6 def label @label end |
#value ⇒ Object
Returns the value of attribute value.
6 7 8 |
# File 'lib/nesstar-api/category.rb', line 6 def value @value end |