Class: PublifyPlugins::Base
- Inherits:
-
Object
- Object
- PublifyPlugins::Base
- Defined in:
- lib/publify_plugins.rb
Overview
Defined
Class Attribute Summary collapse
-
.description ⇒ Object
Returns the value of attribute description.
-
.name ⇒ Object
Returns the value of attribute name.
-
.registered ⇒ Object
readonly
Returns the value of attribute registered.
Class Method Summary collapse
Class Attribute Details
.description ⇒ Object
Returns the value of attribute description.
68 69 70 |
# File 'lib/publify_plugins.rb', line 68 def description @description end |
.name ⇒ Object
Returns the value of attribute name.
68 69 70 |
# File 'lib/publify_plugins.rb', line 68 def name @name end |
.registered ⇒ Object (readonly)
Returns the value of attribute registered.
70 71 72 |
# File 'lib/publify_plugins.rb', line 70 def registered @registered end |
Class Method Details
.kind ⇒ Object
72 73 74 |
# File 'lib/publify_plugins.rb', line 72 def kind :void end |