Class: Quandl::Slack::Base
- Inherits:
-
Object
- Object
- Quandl::Slack::Base
- Defined in:
- lib/quandl/slack/base.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Class Method Summary collapse
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
6 7 8 |
# File 'lib/quandl/slack/base.rb', line 6 def client @client end |
Class Method Details
.client ⇒ Object
8 9 10 |
# File 'lib/quandl/slack/base.rb', line 8 def self.client @client = ::Slack::Notifier.new Quandl::Slack.configuration.webhook_url, customizations end |
.customizations ⇒ Object
12 |
# File 'lib/quandl/slack/base.rb', line 12 def self.customizations; end |
.ping(*args) ⇒ Object
14 15 16 |
# File 'lib/quandl/slack/base.rb', line 14 def self.ping(*args) client.ping(*args) end |