Class Transitions::Event
In: lib/transitions/event.rb
Parent: Object

rubocop:disable Metrics/ClassLength

Methods

Attributes

name  [R] 
success  [R] 
timestamp  [R] 

Public Class methods

:reek:TooManyStatements: { max_statements: 13 }

Public Instance methods

Set the timestamp attribute. @raise [ArgumentError] timestamp should be either a String, Symbol or true

Has the timestamp option been specified for this event?

update the timestamp attribute on obj

[Validate]