Class: Helena::Questions::RadioGroup

Inherits:
Helena::Question show all
Includes:
Concerns::Questions::Requirable, Concerns::Questions::ValidatesOneLabel
Defined in:
app/models/helena/questions/radio_group.rb

Constant Summary

Constants inherited from Helena::Question

Helena::Question::TYPES

Instance Method Summary collapse

Methods included from Concerns::Questions::Requirable

#validate_answers_in

Methods inherited from Helena::Question

#includes_subquestions?

Instance Method Details

#includes_labels?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'app/models/helena/questions/radio_group.rb', line 7

def includes_labels?
  true
end