Class: Kitchen::Terraform::Command::Version
- Inherits:
-
Object
- Object
- Kitchen::Terraform::Command::Version
- 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
-
#to_s ⇒ String
The command.
Instance Method Details
#to_s ⇒ String
Returns the command.
23 24 25 |
# File 'lib/kitchen/terraform/command/version.rb', line 23 def to_s "version" end |