Class: NitroKit::StatGrid::Stat

Inherits:
Data
  • Object
show all
Defined in:
app/components/nitro_kit/stat_grid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



6
7
8
# File 'app/components/nitro_kit/stat_grid.rb', line 6

def detail
  @detail
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'app/components/nitro_kit/stat_grid.rb', line 6

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'app/components/nitro_kit/stat_grid.rb', line 6

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'app/components/nitro_kit/stat_grid.rb', line 6

def value
  @value
end