Class: Lumix::Progress
- Inherits:
-
Struct
- Object
- Struct
- Lumix::Progress
- Defined in:
- lib/lumix/concordancer.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#done ⇒ Object
Returns the value of attribute done.
-
#task ⇒ Object
Returns the value of attribute task.
-
#work ⇒ Object
Returns the value of attribute work.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
33 34 35 |
# File 'lib/lumix/concordancer.rb', line 33 def data @data end |
#done ⇒ Object
Returns the value of attribute done
33 34 35 |
# File 'lib/lumix/concordancer.rb', line 33 def done @done end |
#task ⇒ Object
Returns the value of attribute task
33 34 35 |
# File 'lib/lumix/concordancer.rb', line 33 def task @task end |
#work ⇒ Object
Returns the value of attribute work
33 34 35 |
# File 'lib/lumix/concordancer.rb', line 33 def work @work end |