class Stepdown::StepUsage
Attributes
number_scenarios[RW]
step[R]
total_usage[RW]
use_scenario[RW]
Public Class Methods
new(step)
click to toggle source
# File lib/stepdown/step_usage.rb, line 8 def initialize(step) @step = step @total_usage = 0 @number_scenarios = 0 @use_scenario = 0.0 end