Class: RemoteCoffeeSlack::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#slack_bot_tokenObject

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_channelObject

Returns the value of attribute slack_channel.



31
32
33
# File 'lib/remote_coffee_slack.rb', line 31

def slack_channel
  @slack_channel
end