Class: Crm::Core::Mixins::ChangeLoggable::Change::Detail
- Inherits:
-
Object
- Object
- Crm::Core::Mixins::ChangeLoggable::Change::Detail
- 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
-
#after ⇒ Object
readonly
Returns the value after the change.
-
#before ⇒ Object
readonly
Returns the value before the change.
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
#after ⇒ Object (readonly)
Returns the value after the change.
|
|
# File 'lib/crm/core/mixins/change_loggable.rb', line 77
|
#before ⇒ Object (readonly)
Returns the value before the change.
|
|
# File 'lib/crm/core/mixins/change_loggable.rb', line 72
|