Class: Catfish::CLI::Plugin
- Inherits:
-
Object
- Object
- Catfish::CLI::Plugin
- Defined in:
- lib/catfish/cli/plugin.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Plugin
constructor
A new instance of Plugin.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ Plugin
Returns a new instance of Plugin.
5 6 7 |
# File 'lib/catfish/cli/plugin.rb', line 5 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/catfish/cli/plugin.rb', line 3 def @options end |