Class: Ellen::SyoboiCalendar::Program
- Defined in:
- lib/ellen/syoboi_calendar/program.rb
Instance Attribute Summary
Attributes inherited from Record
Instance Method Summary collapse
Methods inherited from Record
#initialize, property, time_property
Constructor Details
This class inherits a constructor from Ellen::SyoboiCalendar::Record
Instance Method Details
#started_at_in_string ⇒ Object
17 18 19 |
# File 'lib/ellen/syoboi_calendar/program.rb', line 17 def started_at_in_string started_at.strftime("%Y-%m-%d %H:%M") end |