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
26 27 28 |
# File 'lib/strava/oauth/config.rb', line 26 def config Config end |
.configure ⇒ Object
22 23 24 |
# File 'lib/strava/oauth/config.rb', line 22 def configure block_given? ? yield(Config) : Config end |