Class: MppReader::Assignment

Inherits:
Object
  • Object
show all
Defined in:
lib/mpp_reader/assignment.rb

Overview

Links a task to a resource. resource_unique_id is nil for unassigned (“null resource”) assignments.

Instance Attribute Summary collapse

Instance Attribute Details

#finishObject

Returns the value of attribute finish.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def finish
  @finish
end

#notesObject

Returns the value of attribute notes.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def notes
  @notes
end

#resource_unique_idObject

Returns the value of attribute resource_unique_id.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def resource_unique_id
  @resource_unique_id
end

#startObject

Returns the value of attribute start.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def start
  @start
end

#task_unique_idObject

Returns the value of attribute task_unique_id.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def task_unique_id
  @task_unique_id
end

#unique_idObject

Returns the value of attribute unique_id.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def unique_id
  @unique_id
end

#unitsObject

Returns the value of attribute units.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def units
  @units
end

#workObject

Returns the value of attribute work.



5
6
7
# File 'lib/mpp_reader/assignment.rb', line 5

def work
  @work
end