Module: Stackup
- Extended by:
- Forwardable
- Defined in:
- lib/stackup.rb,
lib/stackup/yaml.rb,
lib/stackup/stack.rb,
lib/stackup/utils.rb,
lib/stackup/differ.rb,
lib/stackup/errors.rb,
lib/stackup/source.rb,
lib/stackup/service.rb,
lib/stackup/version.rb,
lib/stackup/change_set.rb,
lib/stackup/parameters.rb,
lib/stackup/rake_tasks.rb,
lib/stackup/main_command.rb,
lib/stackup/stack_watcher.rb,
lib/stackup/error_handling.rb
Overview
Allow use of Stackup.stacks rather than ‘Stackup().stacks`
Defined Under Namespace
Modules: ErrorHandling, Utils, YAML Classes: ChangeSet, Differ, InvalidStateError, MainCommand, NoSuchChangeSet, NoSuchStack, NoSuchThing, NoUpdateRequired, ParameterStruct, ParameterValue, Parameters, RakeTasks, Service, ServiceError, Source, Stack, StackUpdateError, StackWatcher, ValidationError
Constant Summary collapse
- VERSION =
"1.9.0"
Class Method Summary collapse
Class Method Details
.service(client = {}) ⇒ Object
13 14 15 |
# File 'lib/stackup.rb', line 13 def service(client = {}) Stackup::Service.new(client) end |