Method: BB8::Commands::Terraform#initialize
- Defined in:
- lib/bb8/commands/terraform.rb
#initialize(environment, command, *arguments) ⇒ Terraform
Returns a new instance of Terraform.
6 7 8 |
# File 'lib/bb8/commands/terraform.rb', line 6 def initialize(environment, command, *arguments) @environment, @command, @arguments = environment, command, arguments end |