Class: RDBr::Presentation::RecordIdentity::Candidate
- Inherits:
-
Data
- Object
- Data
- RDBr::Presentation::RecordIdentity::Candidate
- Defined in:
- lib/rdbr/presentation/record_identity.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
4 5 6 |
# File 'lib/rdbr/presentation/record_identity.rb', line 4 def columns @columns end |
#score ⇒ Object (readonly)
Returns the value of attribute score
4 5 6 |
# File 'lib/rdbr/presentation/record_identity.rb', line 4 def score @score end |