module EntitySnapshot::Postgres::Controls::Snapshot::ReadOnly

Public Class Methods

example() click to toggle source
# File lib/entity_snapshot/postgres/controls/snapshot/read_only.rb, line 6
def self.example
  EntitySnapshot::Postgres::ReadOnly.build(subject)
end
subject() click to toggle source
# File lib/entity_snapshot/postgres/controls/snapshot/read_only.rb, line 10
def self.subject
  Subject.example
end