Class: SQA::PluginManager

Inherits:
Object
  • Object
show all
Defined in:
lib/sqa/plugin_manager.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.registered_propertiesObject

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, options = {})
  @registered_properties[name.to_sym] = options
end