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
-
.aws ⇒ Object
Returns the value of attribute aws.
-
.cloudformation ⇒ Object
Returns the value of attribute cloudformation.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.environment ⇒ Object
Returns the value of attribute environment.
-
.home ⇒ Object
Returns the value of attribute home.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.aws ⇒ Object
Returns the value of attribute aws.
19 20 21 |
# File 'lib/stackit.rb', line 19 def aws @aws end |
.cloudformation ⇒ Object
Returns the value of attribute cloudformation.
20 21 22 |
# File 'lib/stackit.rb', line 20 def cloudformation @cloudformation end |
.debug ⇒ Object
Returns the value of attribute debug.
23 24 25 |
# File 'lib/stackit.rb', line 23 def debug @debug end |
.environment ⇒ Object
Returns the value of attribute environment.
22 23 24 |
# File 'lib/stackit.rb', line 22 def environment @environment end |
.home ⇒ Object
Returns the value of attribute home.
24 25 26 |
# File 'lib/stackit.rb', line 24 def home @home end |
.logger ⇒ Object
Returns the value of attribute logger.
21 22 23 |
# File 'lib/stackit.rb', line 21 def logger @logger end |