Class: MppReader::Assignment
- Inherits:
-
Object
- Object
- MppReader::Assignment
- 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
-
#finish ⇒ Object
Returns the value of attribute finish.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#resource_unique_id ⇒ Object
Returns the value of attribute resource_unique_id.
-
#start ⇒ Object
Returns the value of attribute start.
-
#task_unique_id ⇒ Object
Returns the value of attribute task_unique_id.
-
#unique_id ⇒ Object
Returns the value of attribute unique_id.
-
#units ⇒ Object
Returns the value of attribute units.
-
#work ⇒ Object
Returns the value of attribute work.
Instance Attribute Details
#finish ⇒ Object
Returns the value of attribute finish.
5 6 7 |
# File 'lib/mpp_reader/assignment.rb', line 5 def finish @finish end |
#notes ⇒ Object
Returns the value of attribute notes.
5 6 7 |
# File 'lib/mpp_reader/assignment.rb', line 5 def notes @notes end |
#resource_unique_id ⇒ Object
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 |
#start ⇒ Object
Returns the value of attribute start.
5 6 7 |
# File 'lib/mpp_reader/assignment.rb', line 5 def start @start end |
#task_unique_id ⇒ Object
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_id ⇒ Object
Returns the value of attribute unique_id.
5 6 7 |
# File 'lib/mpp_reader/assignment.rb', line 5 def unique_id @unique_id end |
#units ⇒ Object
Returns the value of attribute units.
5 6 7 |
# File 'lib/mpp_reader/assignment.rb', line 5 def units @units end |
#work ⇒ Object
Returns the value of attribute work.
5 6 7 |
# File 'lib/mpp_reader/assignment.rb', line 5 def work @work end |