Method: Projects::Model::Log#getHours
- Defined in:
- lib/projects/model/Log.rb
#getHours ⇒ Object
-
Get the hours for the log.
Returns
-
Log hours.
69 70 71 |
# File 'lib/projects/model/Log.rb', line 69 def getHours return @hours end |