module Whereby

Constants

VERSION

Attributes

configuration[W]

Public Class Methods

api_key() click to toggle source
# File lib/whereby.rb, line 12
def self.api_key
  configuration.api_key
end
configuration() click to toggle source
# File lib/whereby.rb, line 16
def self.configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/whereby.rb, line 20
def self.configure
  yield(configuration)
end