Class: SetupTool

Inherits:
Tool
  • Object
show all
Defined in:
lib/protk/setup_tool.rb

Instance Attribute Summary

Attributes inherited from Tool

#option_parser, #options, #options_defined_by_user

Instance Method Summary collapse

Methods inherited from Tool

#add_boolean_option, #add_value_option, #check_options, #database_info, default_output_path, extension_from_filename, #initialize, #jobid_prefix, #jobid_prefix=, #method_missing, #run, #supported_options

Constructor Details

This class inherits a constructor from Tool

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tool

Instance Method Details

#install(toolname) ⇒ Object



15
16
17
# File 'lib/protk/setup_tool.rb', line 15

def install toolname
	Rake.application.invoke_task toolname
end