Class: ROM::Plugin
- Inherits:
-
Object
- Object
- ROM::Plugin
- Defined in:
- core/lib/rom/plugin.rb
Overview
Plugin is a simple object used to store plugin configurations
Instance Attribute Summary collapse
-
#mod ⇒ Module
readonly
A module representing the plugin.
-
#name ⇒ Symbol
readonly
Plugin name.
-
#type ⇒ Symbol
readonly
Plugin type.
Instance Attribute Details
#mod ⇒ Module (readonly)
Returns a module representing the plugin.
23 |
# File 'core/lib/rom/plugin.rb', line 23 param :mod |
#name ⇒ Symbol (readonly)
Returns plugin name.
18 |
# File 'core/lib/rom/plugin.rb', line 18 param :name |
#type ⇒ Symbol (readonly)
Returns plugin type.
28 |
# File 'core/lib/rom/plugin.rb', line 28 option :type |