Module: EntitySnapshot::Postgres::Controls::Snapshot

Defined in:
lib/entity_snapshot/postgres/controls/snapshot.rb,
lib/entity_snapshot/postgres/controls/snapshot/put.rb,
lib/entity_snapshot/postgres/controls/snapshot/read_only.rb

Defined Under Namespace

Modules: Put, ReadOnly

Class Method Summary collapse

Class Method Details

.exampleObject



5
6
7
# File 'lib/entity_snapshot/postgres/controls/snapshot.rb', line 5

def self.example
  EntitySnapshot::Postgres.build(Controls::Entity::Example)
end

.subjectObject



9
10
11
# File 'lib/entity_snapshot/postgres/controls/snapshot.rb', line 9

def self.subject
  Controls::Entity::Example
end