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.
7 8 9 |
# File 'lib/slack/config.rb', line 7 def logger @logger end |
#token ⇒ Object
Returns the value of attribute token.
6 7 8 |
# File 'lib/slack/config.rb', line 6 def token @token end |
Instance Method Details
#reset ⇒ Object
9 10 11 12 |
# File 'lib/slack/config.rb', line 9 def reset self.token = nil self.logger = nil end |