Module: Luban::Deployment::Parameters::General

Extended by:
Base
Included in:
Command, Runner, Worker::Base
Defined in:
lib/luban/deployment/parameters.rb

Constant Summary collapse

DefaultLubanRootPath =
Pathname.new('/opt/luban')

Class Method Summary collapse

Methods included from Base

parameter

Class Method Details

.included(mod) ⇒ Object



19
20
21
# File 'lib/luban/deployment/parameters.rb', line 19

def self.included(mod)
  mod.extend(Base)
end