Class: Herdis::Handlers::Cluster
- Inherits:
-
Goliath::API
- Object
- Goliath::API
- Herdis::Handlers::Cluster
- Includes:
- Common
- Defined in:
- lib/herdis/handlers/cluster.rb
Instance Method Summary collapse
Methods included from Common
Instance Method Details
#response(env) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/herdis/handlers/cluster.rb', line 9 def response(env) if Herdis::Plugins::ShepherdConnection.shepherd.nil? [404, {}, ""] else [200, {}, Herdis::Plugins::ShepherdConnection.shepherd.cluster_status] end end |