Module: Slack::Config
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/slack/config.rb', line 6 def logger @logger end |
#token ⇒ Object
Returns the value of attribute token.
5 6 7 |
# File 'lib/slack/config.rb', line 5 def token @token end |
Instance Method Details
#reset ⇒ Object
8 9 10 11 |
# File 'lib/slack/config.rb', line 8 def reset self.token = nil self.logger = nil end |