Class: Work::Md::Parser::Engine::ParsedFile
- Inherits:
-
Object
- Object
- Work::Md::Parser::Engine::ParsedFile
- Defined in:
- lib/work/md/parser/engine.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#difficulties ⇒ Object
Returns the value of attribute difficulties.
-
#interruptions ⇒ Object
Returns the value of attribute interruptions.
-
#meetings ⇒ Object
Returns the value of attribute meetings.
-
#observations ⇒ Object
Returns the value of attribute observations.
-
#pomodoros ⇒ Object
Returns the value of attribute pomodoros.
-
#tasks ⇒ Object
Returns the value of attribute tasks.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def date @date end |
#difficulties ⇒ Object
Returns the value of attribute difficulties.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def difficulties @difficulties end |
#interruptions ⇒ Object
Returns the value of attribute interruptions.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def interruptions @interruptions end |
#meetings ⇒ Object
Returns the value of attribute meetings.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def meetings @meetings end |
#observations ⇒ Object
Returns the value of attribute observations.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def observations @observations end |
#pomodoros ⇒ Object
Returns the value of attribute pomodoros.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def pomodoros @pomodoros end |
#tasks ⇒ Object
Returns the value of attribute tasks.
16 17 18 |
# File 'lib/work/md/parser/engine.rb', line 16 def tasks @tasks end |