Class: Imouto::ImoutoConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/imouto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggersObject

Returns the value of attribute loggers

Returns:

  • (Object)

    the current value of loggers



16
17
18
# File 'lib/imouto.rb', line 16

def loggers
  @loggers
end

#message_interval_sizeObject

Returns the value of attribute message_interval_size

Returns:

  • (Object)

    the current value of message_interval_size



16
17
18
# File 'lib/imouto.rb', line 16

def message_interval_size
  @message_interval_size
end

#messages_per_intervalObject

Returns the value of attribute messages_per_interval

Returns:

  • (Object)

    the current value of messages_per_interval



16
17
18
# File 'lib/imouto.rb', line 16

def messages_per_interval
  @messages_per_interval
end