Class: Nesstar::CategoryStatistic

Inherits:
Object
  • Object
show all
Defined in:
lib/nesstar-api/category_statistic.rb

Overview

Stats about a category (ie value domain) belonging to a a variable

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/nesstar-api/category_statistic.rb', line 6

def type
  @type
end

#valueObject

Returns the value of attribute value.



6
7
8
# File 'lib/nesstar-api/category_statistic.rb', line 6

def value
  @value
end