Class: Fiveruns::Tuneup::Bar

Inherits:
Object
  • Object
show all
Includes:
Templating
Defined in:
lib/fiveruns/tuneup/bar.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Templating

#h, #to_html

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

#stepObject (readonly)

Returns the value of attribute step.



7
8
9
# File 'lib/fiveruns/tuneup/bar.rb', line 7

def step
  @step
end