Class: TimeEase::Output
- Inherits:
-
Struct
- Object
- Struct
- TimeEase::Output
- Defined in:
- lib/timease.rb
Instance Attribute Summary collapse
-
#end_at ⇒ Object
Returns the value of attribute end_at.
-
#exact ⇒ Object
Returns the value of attribute exact.
-
#pj_name ⇒ Object
Returns the value of attribute pj_name.
-
#start_at ⇒ Object
Returns the value of attribute start_at.
-
#task_name ⇒ Object
Returns the value of attribute task_name.
Instance Attribute Details
#end_at ⇒ Object
Returns the value of attribute end_at
12 13 14 |
# File 'lib/timease.rb', line 12 def end_at @end_at end |
#exact ⇒ Object
Returns the value of attribute exact
12 13 14 |
# File 'lib/timease.rb', line 12 def exact @exact end |
#pj_name ⇒ Object
Returns the value of attribute pj_name
12 13 14 |
# File 'lib/timease.rb', line 12 def pj_name @pj_name end |
#start_at ⇒ Object
Returns the value of attribute start_at
12 13 14 |
# File 'lib/timease.rb', line 12 def start_at @start_at end |
#task_name ⇒ Object
Returns the value of attribute task_name
12 13 14 |
# File 'lib/timease.rb', line 12 def task_name @task_name end |