Class: Fhlow::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/module_fhlow/plugin.rb

Overview

This abstract class Plugin acts a super class for concrete Plugins

Direct Known Subclasses

Modelsim, Quartus

Instance Attribute Summary collapse

Instance Attribute Details

#cmdObject (readonly)

The Object that contains the command and the subcommand of a Plugin.



8
9
10
# File 'lib/module_fhlow/plugin.rb', line 8

def cmd
  @cmd
end