Class: Slatan::Spirit
- Inherits:
-
Object
- Object
- Slatan::Spirit
- Defined in:
- lib/slatan/spirit.rb
Overview
Class to retain configure for slatan
Class Attribute Summary collapse
-
.ignore_bot_reply ⇒ Object
Returns the value of attribute ignore_bot_reply.
-
.ignore_self_message ⇒ Object
Returns the value of attribute ignore_self_message.
-
.log_file_path ⇒ Object
Returns the value of attribute log_file_path.
-
.log_level ⇒ Object
Returns the value of attribute log_level.
-
.pid_file_path ⇒ Object
Returns the value of attribute pid_file_path.
-
.slack_api_url ⇒ Object
Returns the value of attribute slack_api_url.
-
.slack_token ⇒ Object
Returns the value of attribute slack_token.
-
.use_log ⇒ Object
Returns the value of attribute use_log.
Class Attribute Details
.ignore_bot_reply ⇒ Object
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_message ⇒ Object
Returns the value of attribute ignore_self_message.
24 25 26 |
# File 'lib/slatan/spirit.rb', line 24 def @ignore_self_message end |
.log_file_path ⇒ Object
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_level ⇒ Object
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_path ⇒ Object
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_url ⇒ Object
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_token ⇒ Object
Returns the value of attribute slack_token.
24 25 26 |
# File 'lib/slatan/spirit.rb', line 24 def slack_token @slack_token end |
.use_log ⇒ Object
Returns the value of attribute use_log.
24 25 26 |
# File 'lib/slatan/spirit.rb', line 24 def use_log @use_log end |