Sha256: 4b9e89b30a719889b2f99624b102d233b0a53cbb506850f48ca3f731e971c0a2
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
require "espresso_path/version" require 'espresso_path/configuration' require 'httparty' require 'json' require 'espresso_path/geo_path' require 'espresso_path/client' module EspressoPath class << self attr_accessor :configuration end def self.configuration @configuration ||= Configuration.new end def self.reset @configuration = Configuration.new end def self.configure yield(configuration) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
espresso_path-0.1.4 | lib/espresso_path.rb |
espresso_path-0.1.3 | lib/espresso_path.rb |
espresso_path-0.1.2 | lib/espresso_path.rb |