Class: Fiveruns::Tuneup::Bar
- Inherits:
-
Object
- Object
- Fiveruns::Tuneup::Bar
- Includes:
- Templating
- Defined in:
- lib/fiveruns/tuneup/bar.rb
Instance Attribute Summary collapse
-
#step ⇒ Object
readonly
Returns the value of attribute step.
Instance Method Summary collapse
-
#initialize(step) ⇒ Bar
constructor
A new instance of Bar.
Methods included from Templating
Constructor Details
#initialize(step) ⇒ Bar
Returns a new instance of Bar.
8 9 10 |
# File 'lib/fiveruns/tuneup/bar.rb', line 8 def initialize(step) @step = step end |
Instance Attribute Details
#step ⇒ Object (readonly)
Returns the value of attribute step.
7 8 9 |
# File 'lib/fiveruns/tuneup/bar.rb', line 7 def step @step end |