Class: Crm::Core::Mixins::ChangeLoggable::Change::Detail

Inherits:
Object
  • Object
show all
Includes:
AttributeProvider
Defined in:
lib/crm/core/mixins/change_loggable.rb

Overview

Detail represents a single detail of a change, which can be accessed by means of change.details. See ChangeLoggable for details.

Instance Attribute Summary collapse

Method Summary

Methods included from AttributeProvider

#[], #attributes, #initialize, #method_missing, #methods, #raw, #respond_to_missing?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Crm::Core::Mixins::AttributeProvider

Instance Attribute Details

#afterObject (readonly)

Returns the value after the change.

Returns:

  • (Object)


# File 'lib/crm/core/mixins/change_loggable.rb', line 77

#beforeObject (readonly)

Returns the value before the change.

Returns:

  • (Object)


# File 'lib/crm/core/mixins/change_loggable.rb', line 72