Class
Crono::TimeOfDay
In:
lib/crono/time_of_day.rb
Parent:
Object
TimeOfDay
describes a certain hour and minute (on any day)
Methods
<=>
new
parse
to_i
to_s
Included Modules
Comparable
Attributes
hour
[RW]
min
[RW]
Public Class methods
new
(hour, min)
parse
(value)
Public Instance methods
<=>
(other)
to_i
()
to_s
()
[Validate]