Class: WorkMd::Parser::Engine::ParsedFile
- Inherits:
-
Object
- Object
- WorkMd::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.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def date @date end |
#difficulties ⇒ Object
Returns the value of attribute difficulties.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def difficulties @difficulties end |
#interruptions ⇒ Object
Returns the value of attribute interruptions.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def interruptions @interruptions end |
#meetings ⇒ Object
Returns the value of attribute meetings.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def meetings @meetings end |
#observations ⇒ Object
Returns the value of attribute observations.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def observations @observations end |
#pomodoros ⇒ Object
Returns the value of attribute pomodoros.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def pomodoros @pomodoros end |
#tasks ⇒ Object
Returns the value of attribute tasks.
11 12 13 |
# File 'lib/work_md/parser/engine.rb', line 11 def tasks @tasks end |