Module: Dialogue::ConversationOptions
- Included in:
- Conversation, ConversationTemplateRunner
- Defined in:
- lib/dialogue/conversation_options.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args) ⇒ Object
5 6 7 8 |
# File 'lib/dialogue/conversation_options.rb', line 5 def method_missing(method, *args) return .fetch method if .key? method super end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/dialogue/conversation_options.rb', line 3 def @options end |