Class: StackMaster::Commands::Init::InitBinding

Inherits:
Object
  • Object
show all
Defined in:
lib/stack_master/commands/init.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#regionObject (readonly)

Returns the value of attribute region.



103
104
105
# File 'lib/stack_master/commands/init.rb', line 103

def region
  @region
end

#stack_nameObject (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