Class: Enlight::Models::QuestionAndResponse
- Defined in:
- lib/enlight/models/question_and_response.rb
Instance Attribute Summary collapse
-
#question ⇒ Object
Returns the value of attribute question.
-
#response ⇒ Object
Returns the value of attribute response.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#question ⇒ Object
Returns the value of attribute question.
4 5 6 |
# File 'lib/enlight/models/question_and_response.rb', line 4 def question @question end |
#response ⇒ Object
Returns the value of attribute response.
4 5 6 |
# File 'lib/enlight/models/question_and_response.rb', line 4 def response @response end |