Class: Ellen::SyoboiCalendar::Program

Inherits:
Record
  • Object
show all
Defined in:
lib/ellen/syoboi_calendar/program.rb

Instance Attribute Summary

Attributes inherited from Record

#properties

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_stringObject



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