Class: SQA::PluginManager
- Inherits:
-
Object
- Object
- SQA::PluginManager
- Defined in:
- lib/sqa/plugin_manager.rb
Class Attribute Summary collapse
-
.registered_properties ⇒ Object
Returns the value of attribute registered_properties.
Class Method Summary collapse
-
.new_property(name, options = {}) ⇒ Object
name (Symbol).
Class Attribute Details
.registered_properties ⇒ Object
Returns the value of attribute registered_properties.
11 12 13 |
# File 'lib/sqa/plugin_manager.rb', line 11 def registered_properties @registered_properties end |
Class Method Details
.new_property(name, options = {}) ⇒ Object
name (Symbol)
15 16 17 |
# File 'lib/sqa/plugin_manager.rb', line 15 def new_property(name, = {}) @registered_properties[name.to_sym] = end |