Class: Runkeeper

Inherits:
Object
  • Object
show all
Defined in:
lib/runkeeper.rb,
lib/runkeeper/user.rb,
lib/runkeeper/version.rb,
lib/runkeeper/activity.rb,
lib/runkeeper/connection.rb,
lib/runkeeper/configuration.rb,
lib/runkeeper/token_generator.rb

Defined Under Namespace

Modules: Configuration Classes: Activity, AuthorizationServer, Connection, User

Constant Summary collapse

VERSION =
"0.0.3".freeze

Class Method Summary collapse

Class Method Details

.configure {|Configuration| ... } ⇒ Object

Yields:



18
19
20
# File 'lib/runkeeper.rb', line 18

def self.configure
  yield Configuration
end

.new(token) ⇒ Object



14
15
16
# File 'lib/runkeeper.rb', line 14

def self.new(token)
  Runkeeper::User.new(token)
end