Module: Configuration::MSDeploy

Includes:
Albacore::Configuration
Defined in:
lib/albacore/config/msdeployconfig.rb

Instance Method Summary collapse

Methods included from Albacore::Configuration

included

Instance Method Details

#msdeploy {|@msdeployconfig| ... } ⇒ Object

Yields:

  • (@msdeployconfig)


8
9
10
11
12
# File 'lib/albacore/config/msdeployconfig.rb', line 8

def msdeploy
  @msdeployconfig ||= OpenStruct.new.extend(OpenStructToHash)
  yield(@msdeployconfig) if block_given?
  @msdeployconfig
end