module Tracky

Constants

API_VERSION
VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/tracky.rb, line 13
def configure
  self.configuration ||= Configuration.new
  yield(configuration)
end