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
Class Method Summary collapse
Class Method Details
.example(specifier: nil) ⇒ Object
5 6 7 8 9 |
# File 'lib/entity_snapshot/postgres/controls/snapshot.rb', line 5 def self.example(specifier: nil) subject = Subject.example(specifier: specifier) EntitySnapshot::Postgres.build(subject) end |