Class: BootSlackBot::Configuration
- Inherits:
-
Object
- Object
- BootSlackBot::Configuration
- Defined in:
- lib/boot_slack_bot/configuration.rb
Instance Attribute Summary collapse
-
#slack_hook ⇒ Object
Returns the value of attribute slack_hook.
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/boot_slack_bot/configuration.rb', line 6 def initialize @slack_hook = nil end |
Instance Attribute Details
#slack_hook ⇒ Object
Returns the value of attribute slack_hook.
4 5 6 |
# File 'lib/boot_slack_bot/configuration.rb', line 4 def slack_hook @slack_hook end |