Module: Opentsdb
- Defined in:
- lib/opentsdb.rb,
lib/opentsdb/client.rb,
lib/opentsdb/faraday.rb,
lib/opentsdb/version.rb,
lib/opentsdb/query_param.rb,
lib/opentsdb/query_errors.rb,
lib/opentsdb/query_parser.rb,
lib/opentsdb/query_rate_options.rb
Overview
:nodoc:
Defined Under Namespace
Modules: QueryErrors Classes: Client, Faraday, QueryParam, QueryParser, QueryRateOptions
Constant Summary collapse
- VERSION =
'0.0.8'.freeze
Class Attribute Summary collapse
-
.host ⇒ Object
Returns the value of attribute host.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.options ⇒ Object
Returns the value of attribute options.
-
.port ⇒ Object
Returns the value of attribute port.
Class Method Summary collapse
Class Attribute Details
.host ⇒ Object
Returns the value of attribute host.
5 6 7 |
# File 'lib/opentsdb.rb', line 5 def host @host end |
.logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/opentsdb.rb', line 5 def logger @logger end |
.options ⇒ Object
Returns the value of attribute options.
5 6 7 |
# File 'lib/opentsdb.rb', line 5 def @options end |
.port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/opentsdb.rb', line 5 def port @port end |
Class Method Details
.configure {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/opentsdb.rb', line 7 def configure yield self end |
.reset ⇒ Object
23 24 25 26 |
# File 'lib/opentsdb.rb', line 23 def reset @host = nil @port = nil end |