Class: Lumix::Progress

Inherits:
Struct
  • Object
show all
Defined in:
lib/lumix/concordancer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data



33
34
35
# File 'lib/lumix/concordancer.rb', line 33

def data
  @data
end

#doneObject

Returns the value of attribute done



33
34
35
# File 'lib/lumix/concordancer.rb', line 33

def done
  @done
end

#taskObject

Returns the value of attribute task



33
34
35
# File 'lib/lumix/concordancer.rb', line 33

def task
  @task
end

#workObject

Returns the value of attribute work



33
34
35
# File 'lib/lumix/concordancer.rb', line 33

def work
  @work
end