Module: Microphite
- Defined in:
- lib/microphite/client/base.rb,
lib/microphite.rb,
lib/microphite/metric.rb,
lib/microphite/version.rb,
lib/microphite/exceptions.rb,
lib/microphite/client/noop.rb,
lib/microphite/client/socket.rb,
lib/microphite/client/private/prefixed.rb
Overview
Copyright © 2013 BZ Technology Services, LLC Released under the MIT License (opensource.org/licenses/MIT)
Defined Under Namespace
Modules: Client Classes: AssertionError, Metric
Constant Summary collapse
- VERSION =
'1.0.0'
Class Method Summary collapse
Class Method Details
.client(options) ⇒ Object
7 8 9 |
# File 'lib/microphite.rb', line 7 def self.client() Client::Socket.new() end |
.noop(options = {}) ⇒ Object
11 12 13 |
# File 'lib/microphite.rb', line 11 def self.noop(={}) Client::Noop.new() end |