Class: Charyf::Interface::Program

Inherits:
Base show all
Defined in:
lib/charyf/engine/interface/program.rb

Defined Under Namespace

Classes: InvalidConversationError

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Base

base

Methods included from Strategy

included

Instance Attribute Details

#conversation_idObject (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

#handlerObject (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

._interfacesObject



31
32
33
# File 'lib/charyf/engine/interface/program.rb', line 31

def self._interfaces
  @_interfaces ||= Hash.new
end