Class: RemoteCoffeeSlack::Configuration
- Inherits:
-
Object
- Object
- RemoteCoffeeSlack::Configuration
- Defined in:
- lib/remote_coffee_slack.rb
Instance Attribute Summary collapse
-
#slack_bot_token ⇒ Object
Returns the value of attribute slack_bot_token.
-
#slack_channel ⇒ Object
Returns the value of attribute slack_channel.
Instance Attribute Details
#slack_bot_token ⇒ Object
Returns the value of attribute slack_bot_token.
31 32 33 |
# File 'lib/remote_coffee_slack.rb', line 31 def slack_bot_token @slack_bot_token end |
#slack_channel ⇒ Object
Returns the value of attribute slack_channel.
31 32 33 |
# File 'lib/remote_coffee_slack.rb', line 31 def slack_channel @slack_channel end |