module EntitySnapshot::Postgres::Controls::Category::Specifier

Public Class Methods

example(specifier=nil) click to toggle source
# File lib/entity_snapshot/postgres/controls/category.rb, line 17
def self.example(specifier=nil)
  specifier ||= Controls::Specifier.example

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