class MPXJ::Relation
Represents a relationship between two tasks in a project plan
Public Instance Methods
lag()
click to toggle source
Retrieve the Lag value
@return Lag value
# File lib/mpxj/relation.rb, line 29 def lag get_duration_value(attribute_values['lag']) end
predecessor_task_unique_id()
click to toggle source
successor_task_unique_id()
click to toggle source
task_unique_id()
click to toggle source
type()
click to toggle source
Retrieve the Type value
@return Type value
# File lib/mpxj/relation.rb, line 36 def type attribute_values['type'] end