Class: Barker::Answer

Inherits:
Object
  • Object
show all
Includes:
Validations::NumericalityOfId
Defined in:
lib/barker/answer.rb

Instance Method Summary collapse

Methods included from Validations::NumericalityOfId

included, #numericality_of_id

Instance Method Details

#correct?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/barker/answer.rb', line 6

def correct?
  correct
end