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
99 100 101 102 |
# File 'lib/stack_master/commands/init.rb', line 99 def initialize(region:, stack_name:) @region = region @stack_name = stack_name end |
Instance Attribute Details
#region ⇒ Object (readonly)
Returns the value of attribute region.
104 105 106 |
# File 'lib/stack_master/commands/init.rb', line 104 def region @region end |
#stack_name ⇒ Object (readonly)
Returns the value of attribute stack_name.
104 105 106 |
# File 'lib/stack_master/commands/init.rb', line 104 def stack_name @stack_name end |