Class: Charyf::Interface::Program
- Defined in:
- lib/charyf/engine/interface/program.rb
Defined Under Namespace
Classes: InvalidConversationError
Instance Attribute Summary collapse
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
Class Method Summary collapse
Methods inherited from Base
Methods included from Strategy
Instance Attribute Details
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id.
12 13 14 |
# File 'lib/charyf/engine/interface/program.rb', line 12 def conversation_id @conversation_id end |
#handler ⇒ Object (readonly)
Returns the value of attribute handler.
12 13 14 |
# File 'lib/charyf/engine/interface/program.rb', line 12 def handler @handler end |
Class Method Details
._interfaces ⇒ Object
31 32 33 |
# File 'lib/charyf/engine/interface/program.rb', line 31 def self._interfaces @_interfaces ||= Hash.new end |