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