Module: EntitySnapshot::Postgres::Controls::Category::Specifier

Defined in:
lib/entity_snapshot/postgres/controls/category.rb

Class Method Summary collapse

Class Method Details

.example(specifier = nil) ⇒ Object



17
18
19
20
21
# File 'lib/entity_snapshot/postgres/controls/category.rb', line 17

def self.example(specifier=nil)
  specifier ||= Controls::Specifier.example

  "#{Type.example}#{specifier}:snapshot"
end