Class: NitroKit::StatGrid::Stat
- Inherits:
-
Data
- Object
- Data
- NitroKit::StatGrid::Stat
- Defined in:
- app/components/nitro_kit/stat_grid.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
6 7 8 |
# File 'app/components/nitro_kit/stat_grid.rb', line 6 def detail @detail end |
#key ⇒ Object (readonly)
Returns the value of attribute key
6 7 8 |
# File 'app/components/nitro_kit/stat_grid.rb', line 6 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'app/components/nitro_kit/stat_grid.rb', line 6 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value
6 7 8 |
# File 'app/components/nitro_kit/stat_grid.rb', line 6 def value @value end |