Class: Lutaml::Model::ComparableModel::StructuralDiff::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/model/comparable_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



177
178
179
# File 'lib/lutaml/model/comparable_model.rb', line 177

def left
  @left
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



177
178
179
# File 'lib/lutaml/model/comparable_model.rb', line 177

def path
  @path
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



177
178
179
# File 'lib/lutaml/model/comparable_model.rb', line 177

def right
  @right
end