Module: Strava::Webhooks
- Defined in:
- lib/strava/webhooks/client.rb,
lib/strava/webhooks/config.rb,
lib/strava/webhooks/models/event.rb,
lib/strava/webhooks/models/challenge.rb,
lib/strava/webhooks/models/subscription.rb
Defined Under Namespace
Modules: Config, Models Classes: Client
Class Method Summary collapse
-
.config ⇒ Module
Returns the current Webhooks configuration.
-
.configure {|Config| ... } ⇒ Module
Configure the Webhooks client with a block.
Class Method Details
.config ⇒ Module
Returns the current Webhooks configuration.
72 73 74 |
# File 'lib/strava/webhooks/config.rb', line 72 def config Config end |