Method: WorkGuide::Guide#to_h
- Defined in:
- lib/work_guide/guide.rb
#to_h ⇒ Object
82 83 84 85 86 87 88 89 90 |
# File 'lib/work_guide/guide.rb', line 82 def to_h { description: description, cycle: cycle, done_at: done_at, priority: priority, week_start: week_start, } end |