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



25
26
27
# File 'lib/luban/deployment/parameters.rb', line 25

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