Class: RailsuiCharts::Filters::Preset
- Inherits:
-
Struct
- Object
- Struct
- RailsuiCharts::Filters::Preset
- Defined in:
- lib/railsui_charts/filters.rb
Instance Attribute Summary collapse
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#length ⇒ Object
Returns the value of attribute length.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#interval ⇒ Object
Returns the value of attribute interval
15 16 17 |
# File 'lib/railsui_charts/filters.rb', line 15 def interval @interval end |
#key ⇒ Object
Returns the value of attribute key
15 16 17 |
# File 'lib/railsui_charts/filters.rb', line 15 def key @key end |
#label ⇒ Object
Returns the value of attribute label
15 16 17 |
# File 'lib/railsui_charts/filters.rb', line 15 def label @label end |
#length ⇒ Object
Returns the value of attribute length
15 16 17 |
# File 'lib/railsui_charts/filters.rb', line 15 def length @length end |
#unit ⇒ Object
Returns the value of attribute unit
15 16 17 |
# File 'lib/railsui_charts/filters.rb', line 15 def unit @unit end |