Class: Terraspace::Terraform::Ihooks::Base

Inherits:
CLI::Base
  • Object
show all
Defined in:
lib/terraspace/terraform/ihooks/base.rb

Instance Method Summary collapse

Methods included from Util::Pretty

#pretty_path, #pretty_time

Methods included from Util::Sure

#sure?

Methods included from Util::Logging

#logger

Constructor Details

#initialize(name, options = {}) ⇒ Base

Returns a new instance of Base.



3
4
5
6
# File 'lib/terraspace/terraform/ihooks/base.rb', line 3

def initialize(name, options={})
  @name = name
  super(options)
end