Class: Decider::Pair

Inherits:
Data
  • Object
show all
Defined in:
lib/decider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject (readonly)

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



10
11
12
# File 'lib/decider.rb', line 10

def left
  @left
end

#rightObject (readonly)

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



10
11
12
# File 'lib/decider.rb', line 10

def right
  @right
end