Module: Footstats

Defined in:
lib/footstats.rb,
lib/footstats/client.rb,
lib/footstats/version.rb,
lib/footstats/resource.rb,
lib/footstats/api/racing.rb,
lib/footstats/request/auth.rb,
lib/footstats/request/base.rb,
lib/footstats/api/racing/gp.rb,
lib/footstats/api/racing/driver.rb,
lib/footstats/request/request_racing.rb

Defined Under Namespace

Modules: Api, Request Classes: Client, Resource

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



13
14
15
# File 'lib/footstats.rb', line 13

def included(base)
  base.extend ClassMethods
end

.newObject



17
18
19
# File 'lib/footstats.rb', line 17

def new
  Client.new
end