Class: Twobook::Corrections::CorrectionMade

Inherits:
Event
  • Object
show all
Defined in:
lib/twobook/corrections.rb

Instance Attribute Summary

Attributes inherited from Event

#agreements, #data, #entries, #happened_at, #partial_order, #uuid

Instance Method Summary collapse

Methods inherited from Event

#<=>, #==, #clone, event_name, #fetch_and_assign_agreements!, from_name, has, #initialize, #inspect, types, #update_happened_at, #update_partial_order

Constructor Details

This class inherits a constructor from Twobook::Event

Instance Method Details

#fetch_agreements!Object



44
45
46
# File 'lib/twobook/corrections.rb', line 44

def fetch_agreements!
  [Correction.new]
end