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/managed_stack_service.rb

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"0.2.7"

Class Attribute Summary collapse

Class Attribute Details

.awsObject

Returns the value of attribute aws.



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

def aws
  @aws
end

.cloudformationObject

Returns the value of attribute cloudformation.



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

def cloudformation
  @cloudformation
end

.debugObject

Returns the value of attribute debug.



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

def debug
  @debug
end

.environmentObject

Returns the value of attribute environment.



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

def environment
  @environment
end

.homeObject

Returns the value of attribute home.



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

def home
  @home
end

.loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end