Class: NcsNavigator::Mdes::Differences::Value
- Inherits:
-
Struct
- Object
- Struct
- NcsNavigator::Mdes::Differences::Value
- Defined in:
- lib/ncs_navigator/mdes/differences/value.rb
Overview
Captures the differences between a simple scalar value.
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
6 7 8 |
# File 'lib/ncs_navigator/mdes/differences/value.rb', line 6 def left @left end |
#right ⇒ Object
Returns the value of attribute right
6 7 8 |
# File 'lib/ncs_navigator/mdes/differences/value.rb', line 6 def right @right end |