Class: 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

Returns:

  • (Object)

    the current value of data



48
49
50
# File 'lib/lumix/concordancer.rb', line 48

def data
  @data
end

#doneObject

Returns the value of attribute done

Returns:

  • (Object)

    the current value of done



48
49
50
# File 'lib/lumix/concordancer.rb', line 48

def done
  @done
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



48
49
50
# File 'lib/lumix/concordancer.rb', line 48

def task
  @task
end

#workObject

Returns the value of attribute work

Returns:

  • (Object)

    the current value of work



48
49
50
# File 'lib/lumix/concordancer.rb', line 48

def work
  @work
end