Class: RDBr::Presentation::RecordIdentity::Candidate

Inherits:
Data
  • Object
show all
Defined in:
lib/rdbr/presentation/record_identity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



4
5
6
# File 'lib/rdbr/presentation/record_identity.rb', line 4

def columns
  @columns
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



4
5
6
# File 'lib/rdbr/presentation/record_identity.rb', line 4

def score
  @score
end