Module: Strava::OAuth
- Defined in:
- lib/strava/oauth/client.rb,
lib/strava/oauth/config.rb
Defined Under Namespace
Modules: Config Classes: Client
Class Method Summary collapse
Class Method Details
.config ⇒ Object
28 29 30 |
# File 'lib/strava/oauth/config.rb', line 28 def config Config end |
.configure ⇒ Object
24 25 26 |
# File 'lib/strava/oauth/config.rb', line 24 def configure block_given? ? yield(Config) : Config end |