Class: Fhlow::Plugin
- Inherits:
-
Object
- Object
- Fhlow::Plugin
- Defined in:
- lib/module_fhlow/plugin.rb
Overview
This abstract class Plugin acts a super class for concrete Plugins
Instance Attribute Summary collapse
-
#cmd ⇒ Object
readonly
The Object that contains the command and the subcommand of a Plugin.
Instance Attribute Details
#cmd ⇒ Object (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 |