Class: SimpleBean
- Inherits:
-
NotifierBase
- Object
- NotifierBase
- SimpleBean
- Defined in:
- lib/skn_utils/notifier_base.rb
Instance Method Summary collapse
Methods inherited from NotifierBase
attribute, #initialize, #register_listener, #unregister_listener
Constructor Details
This class inherits a constructor from NotifierBase
Instance Method Details
#impotent_name=(new_name) ⇒ Object
57 58 59 |
# File 'lib/skn_utils/notifier_base.rb', line 57 def impotent_name=(new_name) @name = new_name end |