Class: Coopy::PropertyChange

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/coopy/property_change.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePropertyChange

Returns a new instance of PropertyChange.



7
8
# File 'lib/lib/coopy/property_change.rb', line 7

def initialize
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/lib/coopy/property_change.rb', line 11

def name
  @name
end

#prev_nameObject

Returns the value of attribute prev_name.



10
11
12
# File 'lib/lib/coopy/property_change.rb', line 10

def prev_name
  @prev_name
end

#valObject

Returns the value of attribute val.



12
13
14
# File 'lib/lib/coopy/property_change.rb', line 12

def val
  @val
end