Module: Stackit

Defined in:
lib/stackit.rb,
lib/stackit/aws.rb,
lib/stackit/wait.rb,
lib/stackit/stack.rb,
lib/stackit/version.rb,
lib/stackit/template.rb,
lib/stackit/cli/base_cli.rb,
lib/stackit/cli/stack_cli.rb,
lib/stackit/cli/stackit_cli.rb,
lib/stackit/stack/managed_stack.rb,
lib/stackit/stack/default_notifier.rb,
lib/stackit/stack/parameter_resolver.rb,
lib/stackit/stack/managed_stack_service.rb,
lib/stackit/stack/opsworks_managed_stack_service.rb

Defined Under Namespace

Modules: Mixin, Wait Classes: Aws, BaseCli, DefaultNotifier, ManagedStack, ManagedStackService, OpsWorksManagedStackService, ParameterResolver, Stack, StackCli, StackitCli, Template, ThorNotifier, WaitError

Constant Summary collapse

VERSION =
"0.3.19"

Class Attribute Summary collapse

Class Attribute Details

.aws(options = {}) ⇒ Object

Returns the value of attribute aws.



20
21
22
# File 'lib/stackit.rb', line 20

def aws
  @aws
end

.cloudformationObject

Returns the value of attribute cloudformation.



21
22
23
# File 'lib/stackit.rb', line 21

def cloudformation
  @cloudformation
end

.debugObject

Returns the value of attribute debug.



24
25
26
# File 'lib/stackit.rb', line 24

def debug
  @debug
end

.environmentObject

Returns the value of attribute environment.



23
24
25
# File 'lib/stackit.rb', line 23

def environment
  @environment
end

.homeObject

Returns the value of attribute home.



25
26
27
# File 'lib/stackit.rb', line 25

def home
  @home
end

.loggerObject

Returns the value of attribute logger.



22
23
24
# File 'lib/stackit.rb', line 22

def logger
  @logger
end