Class: Slatan::Spirit

Inherits:
Object
  • Object
show all
Defined in:
lib/slatan/spirit.rb

Overview

Class to retain configure for slatan

Class Attribute Summary collapse

Class Attribute Details

.ignore_bot_replyObject

Returns the value of attribute ignore_bot_reply.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def ignore_bot_reply
  @ignore_bot_reply
end

.ignore_self_messageObject

Returns the value of attribute ignore_self_message.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def ignore_self_message
  @ignore_self_message
end

.log_file_pathObject

Returns the value of attribute log_file_path.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def log_file_path
  @log_file_path
end

.log_levelObject

Returns the value of attribute log_level.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def log_level
  @log_level
end

.pid_file_pathObject

Returns the value of attribute pid_file_path.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def pid_file_path
  @pid_file_path
end

.slack_api_urlObject

Returns the value of attribute slack_api_url.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def slack_api_url
  @slack_api_url
end

.slack_tokenObject

Returns the value of attribute slack_token.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def slack_token
  @slack_token
end

.use_logObject

Returns the value of attribute use_log.



24
25
26
# File 'lib/slatan/spirit.rb', line 24

def use_log
  @use_log
end