Class: BaseChip::ToolVersion

Inherits:
Object
  • Object
show all
Includes:
Base, Dsl
Defined in:
lib/base_chip/tool_version.rb

Instance Attribute Summary

Attributes included from Dsl

#modes

Instance Method Summary collapse

Methods included from Base

included

Methods included from Dsl

#add_child_mode_as_child, included, #inherit, #mode, #mode?, #type_plural

Instance Method Details

#configureObject

define_children({:action => Action })



28
29
30
31
32
# File 'lib/base_chip/tool_version.rb', line 28

def configure
  return if @configured
  @path = "#{@project.shared_directory}/tools/#{tool.name}/#{@name}"
  super
end