Class: OpsPreflight::OpsWorks::Base
- Inherits:
-
Object
- Object
- OpsPreflight::OpsWorks::Base
- Defined in:
- lib/ops_preflight/ops_works/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#stack_name ⇒ Object
Returns the value of attribute stack_name.
Instance Method Summary collapse
-
#initialize(stack_name) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(stack_name) ⇒ Base
Returns a new instance of Base.
6 7 8 9 10 |
# File 'lib/ops_preflight/ops_works/base.rb', line 6 def initialize(stack_name) require 'aws-sdk' @stack_name = stack_name end |
Instance Attribute Details
#stack_name ⇒ Object
Returns the value of attribute stack_name.
4 5 6 |
# File 'lib/ops_preflight/ops_works/base.rb', line 4 def stack_name @stack_name end |