Class: Lutaml::Model::ComparableModel::StructuralDiff::Entry
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Model::ComparableModel::StructuralDiff::Entry
- Defined in:
- lib/lutaml/model/comparable_model.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#path ⇒ Object
Returns the value of attribute path.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
177 178 179 |
# File 'lib/lutaml/model/comparable_model.rb', line 177 def left @left end |
#path ⇒ Object
Returns the value of attribute path
177 178 179 |
# File 'lib/lutaml/model/comparable_model.rb', line 177 def path @path end |
#right ⇒ Object
Returns the value of attribute right
177 178 179 |
# File 'lib/lutaml/model/comparable_model.rb', line 177 def right @right end |