Module: Profit
- Included in:
- ChartApp
- Defined in:
- lib/profit.rb,
lib/profit/key.rb,
lib/profit/client.rb,
lib/profit/metric.rb,
lib/profit/server.rb,
lib/profit/version.rb
Defined Under Namespace
Classes: Client, Key, Metric, Server
Constant Summary collapse
- VERSION =
"0.1.7"
Class Attribute Summary collapse
-
.redis_host ⇒ Object
Returns the value of attribute redis_host.
-
.redis_port ⇒ Object
Returns the value of attribute redis_port.
Class Method Summary collapse
Class Attribute Details
.redis_host ⇒ Object
Returns the value of attribute redis_host.
12 13 14 |
# File 'lib/profit.rb', line 12 def redis_host @redis_host end |
.redis_port ⇒ Object
Returns the value of attribute redis_port.
12 13 14 |
# File 'lib/profit.rb', line 12 def redis_port @redis_port end |