Class: INTHelpers::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/int_helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#newObject

Returns the value of attribute new

Returns:

  • (Object)

    the current value of new



2
3
4
# File 'lib/int_helpers.rb', line 2

def new
  @new
end

#oldObject

Returns the value of attribute old

Returns:

  • (Object)

    the current value of old



2
3
4
# File 'lib/int_helpers.rb', line 2

def old
  @old
end