Method: Ruber::PluginLike#plugin_name
- Defined in:
- lib/ruber/plugin_like.rb
#plugin_name ⇒ Symbol Also known as: component_name
Returns the internal name of the plugin.
45 46 47 |
# File 'lib/ruber/plugin_like.rb', line 45 def plugin_name @plugin_description.name end |