Module: Metrico
- Defined in:
- lib/metrico.rb,
lib/metrico/point.rb,
lib/metrico/client.rb,
lib/metrico/config.rb,
lib/metrico/version.rb
Defined Under Namespace
Classes: Client, Config, Point
Constant Summary collapse
- VERSION =
'0.3.0'.freeze
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
- .client ⇒ Object
- .configure {|config| ... } ⇒ Object
- .enabled? ⇒ Boolean
- .push(name, fields, tags = {}) ⇒ Object
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
10 11 12 |
# File 'lib/metrico.rb', line 10 def config @config end |