Class: Archimate::DataModel::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/archimate/data_model/differentiable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



82
83
84
# File 'lib/archimate/data_model/differentiable.rb', line 82

def from
  @from
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



82
83
84
# File 'lib/archimate/data_model/differentiable.rb', line 82

def path
  @path
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



82
83
84
# File 'lib/archimate/data_model/differentiable.rb', line 82

def to
  @to
end