Class: Opencdd::EntityDiff::Change

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

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



21
22
23
# File 'lib/opencdd/entity_diff.rb', line 21

def field
  @field
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



21
22
23
# File 'lib/opencdd/entity_diff.rb', line 21

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



21
22
23
# File 'lib/opencdd/entity_diff.rb', line 21

def to
  @to
end