Class: Effective::WorkExperienceEntry

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/effective/work_experience_entry.rb

Instance Method Summary collapse

Instance Method Details

#hoursObject



39
40
41
# File 'app/models/effective/work_experience_entry.rb', line 39

def hours
  (week_1.to_f + week_2.to_f + week_3.to_f + week_4.to_f + week_5.to_f)
end

#to_sObject



35
36
37
# File 'app/models/effective/work_experience_entry.rb', line 35

def to_s
  'work experience entry'
end