class Kitchen::Terraform::Command::Version
Version
is the class of objects which represent the terraform version
command.
Public Instance Methods
to_s()
click to toggle source
@return [String] the command.
# File lib/kitchen/terraform/command/version.rb, line 23 def to_s "version" end