Class: Omen::Question
- Inherits:
-
Object
- Object
- Omen::Question
- Includes:
- Spoken
- Defined in:
- app/models/omen/question.rb
Overview
A question somebody typed. There is no asked? to check: a question is asked by definition.
Instance Method Summary collapse
-
#role ⇒ String
The side of the conversation this was said on, in the words the API uses.
Methods included from Spoken
Instance Method Details
#role ⇒ String
Returns the side of the conversation this was said on, in the words the API uses.
12 |
# File 'app/models/omen/question.rb', line 12 def role = 'user' |