module Citywrapper

Constants

API_VERSION
BASE_URL
VERSION

Attributes

api_key[RW]
configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/citywrapper.rb, line 22
def self.configuration
  warn "NOTE: Citymaper APIs are now deprecated and will likely not work in the future"
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/citywrapper.rb, line 27
def self.configure
  yield(configuration)
end