Class: Match
- Inherits:
-
Data
- Object
- Data
- Match
- Defined in:
- lib/ruby_duplicates/cli.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#right ⇒ Object
readonly
Returns the value of attribute right.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#shared ⇒ Object
readonly
Returns the value of attribute shared.
Instance Attribute Details
#left ⇒ Object (readonly)
Returns the value of attribute left
20 21 22 |
# File 'lib/ruby_duplicates/cli.rb', line 20 def left @left end |
#right ⇒ Object (readonly)
Returns the value of attribute right
20 21 22 |
# File 'lib/ruby_duplicates/cli.rb', line 20 def right @right end |
#score ⇒ Object (readonly)
Returns the value of attribute score
20 21 22 |
# File 'lib/ruby_duplicates/cli.rb', line 20 def score @score end |
#shared ⇒ Object (readonly)
Returns the value of attribute shared
20 21 22 |
# File 'lib/ruby_duplicates/cli.rb', line 20 def shared @shared end |