Module: Colloquy

Defined in:
lib/colloquy.rb

Defined Under Namespace

Modules: FlowParser, Helpers, Paginator, SpecHelpers Classes: ConfigurationFolderNotFound, DuplicateNodeException, FlowConfigurationNotFound, FlowNotFound, FlowPoolEmpty, FlowStateInconsistent, IndexNodeNotFoundException, Input, InputParameterEmpty, JumpException, JumpInvalidException, LogDirectoryNotPresent, Logger, LoggerConfigurationNotFound, MSISDNParameterEmpty, Menu, MessageBuilder, MessagesConfigurationNotFound, MySQLConfigurationNotFoundException, MySQLConnectionNotFoundException, MySQLGemsNotFoundException, Node, NodeNotFoundException, NotifyJump, PassJump, Prompt, RedisConfigurationNotFoundException, RedisConnectionNotFoundException, RedisGemsNotFoundException, Renderer, Response, Runner, ScribeConfigurationNotFoundException, ScribeConnectionNotFoundException, ScribeGemsNotFoundException, Server, SessionIDParameterEmpty, SessionStore, SettingsConfigurationNotFoundException, SettingsGemsNotFoundException, Simulator, SwitchBackJump, SwitchFlowJump, SwitchJump

Class Attribute Summary collapse

Class Attribute Details

.loggerObject

Returns the value of attribute logger.



8
9
10
# File 'lib/colloquy.rb', line 8

def logger
  @logger
end

.maximum_message_lengthObject



15
16
17
# File 'lib/colloquy.rb', line 15

def maximum_message_length
  @maximum_message_length || 160
end

.maximum_unicode_lengthObject



19
20
21
# File 'lib/colloquy.rb', line 19

def maximum_unicode_length
  @maximum_unicode_length || 70
end

.rootObject

Returns the value of attribute root.



7
8
9
# File 'lib/colloquy.rb', line 7

def root
  @root
end