Class: LoggingPropertyChangeListener

Inherits:
Object
  • Object
show all
Defined in:
lib/skn_utils/notifier_base.rb

Instance Method Summary collapse

Instance Method Details

#attribute_changed(attribute, old_value, new_value) ⇒ Object



47
48
49
50
51
# File 'lib/skn_utils/notifier_base.rb', line 47

def attribute_changed(attribute, old_value, new_value)
  print attribute, " changed from ",
        old_value, " to ",
        new_value, "\n"
end