struct PlaceOS::Model::Attendee::ChangeFeed::Change(T)
    
  - PlaceOS::Model::Attendee::ChangeFeed::Change(T)
 - Struct
 - Value
 - Object
 
Overview
Represents a Changefeed Change, where #event represents CRUD operation and value is the model
Defined in:
Constructors
Instance Method Summary
- #clone
 - #copy_with(value _value = @value, event _event = @event)
 - #created?
 - #deleted?
 - #event : PgORM::ChangeReceiver::Event
 - #updated?
 - #value : T