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, Parameters, RakeTasks, Service, ServiceError, Source, Stack, StackUpdateError, StackWatcher, ValidationError

Constant Summary collapse

VERSION =
"1.6.0".freeze

Class Method Summary collapse

Class Method Details

.service(client = {}) ⇒ Object



11
12
13
# File 'lib/stackup.rb', line 11

def service(client = {})
  Stackup::Service.new(client)
end