Sha256: 804c92be46954768a9156f923c0543184a8dd5213773ceb6d950cb2baf817547
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
module Metric class Configuration attr_accessor :api_key # Allows setting a different host, used for development purposes attr_accessor :metric_host def initialize @metric_host = "http://metric.io" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metric-0.0.3 | lib/metric/configuration.rb |
metric-0.0.1 | lib/metric/configuration.rb |