Class: HAStats::Actions::Enable
- Inherits:
-
Base
- Object
- Base
- HAStats::Actions::Enable
show all
- Defined in:
- lib/hastats/actions/enable.rb
Instance Attribute Summary
Attributes inherited from Base
#options, #socket
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #run
Instance Method Details
#command(backend, server) ⇒ Object
7
8
9
|
# File 'lib/hastats/actions/enable.rb', line 7
def command(backend, server)
"enable server #{backend}/#{server}"
end
|
#response ⇒ Object
3
4
5
|
# File 'lib/hastats/actions/enable.rb', line 3
def response
HAStats::Responses::BlankResult
end
|