Class: HAStats::Actions::Info
- Inherits:
-
Base
- Object
- Base
- HAStats::Actions::Info
show all
- Defined in:
- lib/hastats/actions/info.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/info.rb', line 7
def command
"show info"
end
|
#response ⇒ Object
3
4
5
|
# File 'lib/hastats/actions/info.rb', line 3
def response
HAStats::Responses::Text
end
|