Class: StackMaster::Commands::Init::InitBinding
- Inherits:
-
Object
- Object
- StackMaster::Commands::Init::InitBinding
- Defined in:
- lib/stack_master/commands/init.rb
Instance Attribute Summary collapse
-
#region ⇒ Object
readonly
Returns the value of attribute region.
-
#stack_name ⇒ Object
readonly
Returns the value of attribute stack_name.
Instance Method Summary collapse
-
#initialize(region:, stack_name:) ⇒ InitBinding
constructor
A new instance of InitBinding.
Constructor Details
#initialize(region:, stack_name:) ⇒ InitBinding
Returns a new instance of InitBinding.
98 99 100 101 |
# File 'lib/stack_master/commands/init.rb', line 98 def initialize(region:, stack_name:) @region = region @stack_name = stack_name end |
Instance Attribute Details
#region ⇒ Object (readonly)
Returns the value of attribute region.
103 104 105 |
# File 'lib/stack_master/commands/init.rb', line 103 def region @region end |
#stack_name ⇒ Object (readonly)
Returns the value of attribute stack_name.
103 104 105 |
# File 'lib/stack_master/commands/init.rb', line 103 def stack_name @stack_name end |