Module: RunKeeper
- Defined in:
- lib/run_keeper.rb,
lib/run_keeper/base.rb,
lib/run_keeper/user.rb,
lib/run_keeper/profile.rb,
lib/run_keeper/request.rb,
lib/run_keeper/version.rb,
lib/run_keeper/activity.rb,
lib/run_keeper/activity_request.rb
Defined Under Namespace
Classes: Activity, ActivityRequest, Base, Error, Profile, Request, User
Constant Summary collapse
- VERSION =
"0.0.5"
Class Method Summary collapse
Class Method Details
.new(client_id, client_secret, token = nil) ⇒ Object
12 13 14 |
# File 'lib/run_keeper.rb', line 12 def self.new client_id, client_secret, token = nil Request.new client_id, client_secret, token end |