Class: INTHelpers::Change
- Inherits:
-
Struct
- Object
- Struct
- INTHelpers::Change
- Defined in:
- lib/int_helpers.rb
Instance Attribute Summary collapse
-
#new ⇒ Object
Returns the value of attribute new.
-
#old ⇒ Object
Returns the value of attribute old.
Instance Attribute Details
#new ⇒ Object
Returns the value of attribute new
2 3 4 |
# File 'lib/int_helpers.rb', line 2 def new @new end |
#old ⇒ Object
Returns the value of attribute old
2 3 4 |
# File 'lib/int_helpers.rb', line 2 def old @old end |