module Progressive::Subject
Attributes
event_context[RW]
Public Instance Methods
new_state_record_on_change?()
click to toggle source
# File lib/progressive/subject.rb, line 45 def new_state_record_on_change? !!self.class.new_state_record_on_change end
specification()
click to toggle source
# File lib/progressive/subject.rb, line 41 def specification self.class.specification end