Class: Match

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

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject (readonly)

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



20
21
22
# File 'lib/ruby_duplicates/cli.rb', line 20

def left
  @left
end

#rightObject (readonly)

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



20
21
22
# File 'lib/ruby_duplicates/cli.rb', line 20

def right
  @right
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



20
21
22
# File 'lib/ruby_duplicates/cli.rb', line 20

def score
  @score
end

#sharedObject (readonly)

Returns the value of attribute shared

Returns:

  • (Object)

    the current value of shared



20
21
22
# File 'lib/ruby_duplicates/cli.rb', line 20

def shared
  @shared
end