Class: Kitchen::Terraform::Command::Version

Inherits:
Object
  • Object
show all
Defined in:
lib/kitchen/terraform/command/version.rb

Overview

Version is the class of objects which represent the terraform version command.

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns the command.

Returns:

  • (String)

    the command.



23
24
25
# File 'lib/kitchen/terraform/command/version.rb', line 23

def to_s
  "version"
end