Class: Whisk

Inherits:
Object
  • Object
show all
Defined in:
lib/whisk/version.rb,
lib/whisk.rb,
lib/whisk/cli.rb,
lib/whisk/runner.rb,
lib/whisk/provider.rb,
lib/whisk/resource.rb,
lib/whisk/whiskfile.rb,
lib/whisk/run_context.rb,
lib/whisk/provider/bowl.rb,
lib/whisk/resource/bowl.rb,
lib/whisk/mixin/shellout.rb,
lib/whisk/provider/ingredient.rb,
lib/whisk/resource/ingredient.rb

Overview

Author

Mathieu Sauve-Frankel <[email protected]>

Copyright

Copyright © 2012 Mathieu Sauve-Frankel

License

Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This organization of this class and classes under whisk/provider are directly inspired by Opscode Chef’s Chef::Provider

Defined Under Namespace

Modules: Mixin Classes: CLI, Provider, Resource, RunContext, Runner, WhiskFile

Constant Summary collapse

DEFAULT_FILENAME =
'Whiskfile'
VERSION =
'0.3.1'

Class Attribute Summary collapse

Class Attribute Details

.uiObject

Returns the value of attribute ui.



27
28
29
# File 'lib/whisk.rb', line 27

def ui
  @ui
end