Class: Takagi::Plugin::PluginInfo
- Inherits:
-
Struct
- Object
- Struct
- Takagi::Plugin::PluginInfo
- Defined in:
- lib/takagi/plugin.rb
Instance Attribute Summary collapse
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#module ⇒ Object
Returns the value of attribute module.
-
#name ⇒ Object
Returns the value of attribute name.
-
#requires ⇒ Object
Returns the value of attribute requires.
Instance Attribute Details
#dependencies ⇒ Object
Returns the value of attribute dependencies
9 10 11 |
# File 'lib/takagi/plugin.rb', line 9 def dependencies @dependencies end |
#enabled ⇒ Object
Returns the value of attribute enabled
9 10 11 |
# File 'lib/takagi/plugin.rb', line 9 def enabled @enabled end |
#metadata ⇒ Object
Returns the value of attribute metadata
9 10 11 |
# File 'lib/takagi/plugin.rb', line 9 def @metadata end |
#module ⇒ Object
Returns the value of attribute module
9 10 11 |
# File 'lib/takagi/plugin.rb', line 9 def module @module end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/takagi/plugin.rb', line 9 def name @name end |
#requires ⇒ Object
Returns the value of attribute requires
9 10 11 |
# File 'lib/takagi/plugin.rb', line 9 def requires @requires end |