module PebbleTimeline

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/pebble_timeline.rb, line 27
def self.config
  @config ||= Config.new.tap do |c|
    c.base_url = 'https://timeline-api.getpebble.com/v1/'
  end
end