Class: ImmosquareSlack::Configuration
- Inherits:
-
Object
- Object
- ImmosquareSlack::Configuration
- Defined in:
- lib/immosquare-slack/configuration.rb
Instance Attribute Summary collapse
-
#slack_api_token_bot ⇒ Object
Returns the value of attribute slack_api_token_bot.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/immosquare-slack/configuration.rb', line 6 def initialize @slack_api_token_bot = nil end |
Instance Attribute Details
#slack_api_token_bot ⇒ Object
Returns the value of attribute slack_api_token_bot.
4 5 6 |
# File 'lib/immosquare-slack/configuration.rb', line 4 def slack_api_token_bot @slack_api_token_bot end |