Class: IntermediateFitness

Inherits:
Fitness
  • Object
show all
Defined in:
lib/intermediate_fitness.rb

Instance Method Summary collapse

Instance Method Details

#generate_fitnessObject

making an Intermediate fitness plan method



5
6
7
8
9
10
# File 'lib/intermediate_fitness.rb', line 5

def generate_fitness
     @hash = Hash.new
     @hash.store('time', 80)
     @hash.store('fitness_type', "intermediate")
     @hash
end