Class: Spina::Plugin
- Inherits:
-
Object
- Object
- Spina::Plugin
- Defined in:
- lib/spina/plugin.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
4 5 6 |
# File 'lib/spina/plugin.rb', line 4 def config @config end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/spina/plugin.rb', line 4 def name @name end |
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/spina/plugin.rb', line 6 def to_s name end |