Class: Chagall::Base

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/chagall/base.rb

Direct Known Subclasses

Compose, Deploy, Rollback, Setup

Constant Summary collapse

LOG_LEVELS =
{
  "info" => Logger::INFO,
  "debug" => Logger::DEBUG,
  "warn" => Logger::WARN,
  "error" => Logger::ERROR
}

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject (readonly)

Returns the value of attribute logger.



7
8
9
# File 'lib/chagall/base.rb', line 7

def logger
  @logger
end

#sshObject (readonly)

Returns the value of attribute ssh.



7
8
9
# File 'lib/chagall/base.rb', line 7

def ssh
  @ssh
end