Class: Chagall::Base
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Chagall::Base
- Defined in:
- lib/chagall/base.rb
Constant Summary collapse
- LOG_LEVELS =
{ "info" => Logger::INFO, "debug" => Logger::DEBUG, "warn" => Logger::WARN, "error" => Logger::ERROR }
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#ssh ⇒ Object
readonly
Returns the value of attribute ssh.
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
7 8 9 |
# File 'lib/chagall/base.rb', line 7 def logger @logger end |
#ssh ⇒ Object (readonly)
Returns the value of attribute ssh.
7 8 9 |
# File 'lib/chagall/base.rb', line 7 def ssh @ssh end |