Class: NcsNavigator::Mdes::Differences::Value

Inherits:
Struct
  • Object
show all
Defined in:
lib/ncs_navigator/mdes/differences/value.rb

Overview

Captures the differences between a simple scalar value.

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



6
7
8
# File 'lib/ncs_navigator/mdes/differences/value.rb', line 6

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



6
7
8
# File 'lib/ncs_navigator/mdes/differences/value.rb', line 6

def right
  @right
end