Class: Terraspace::Dependency::Helper::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/terraspace/dependency/helper/base.rb

Direct Known Subclasses

DependsOn, Output

Instance Method Summary collapse

Constructor Details

#initialize(mod, identifier, options) ⇒ Base

Returns a new instance of Base.



3
4
5
# File 'lib/terraspace/dependency/helper/base.rb', line 3

def initialize(mod, identifier, options)
  @mod, @identifier, @options = mod, identifier, options
end