Class: BaseChip::ToolVersion
- Inherits:
-
Object
- Object
- BaseChip::ToolVersion
- Defined in:
- lib/base_chip/tool_version.rb
Instance Attribute Summary
Attributes included from Dsl
Instance Method Summary collapse
-
#configure ⇒ Object
define_children({:action => Action }).
Methods included from Base
Methods included from Dsl
#add_child_mode_as_child, included, #inherit, #mode, #mode?, #type_plural
Instance Method Details
#configure ⇒ Object
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 |