Module: Comodule::Deployment::Helper::Base::InstanceMethods

Defined in:
lib/comodule/deployment/helper/base.rb

Instance Method Summary collapse

Instance Method Details

#configObject



14
15
16
# File 'lib/comodule/deployment/helper/base.rb', line 14

def config
  owner.config
end

#initialize(platform) ⇒ Object



10
11
12
# File 'lib/comodule/deployment/helper/base.rb', line 10

def initialize(platform)
  self.owner = platform
end