Sha256: 7b6a2fbf03ff1022d31c32bd96bba8b22983d91127679b91b5f9b044e6d41308

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true

require 'dry/struct'
require 'sample_data_dump/entities/settings'
require 'sample_data_dump/types'

module SampleDataDumpPostgresDataStore
  class Settings < SampleDataDump::Entities::Settings
    attribute :lorem_ipsum_function_schema,
              SampleDataDump::Types::Strict::String.default('public')
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sample_data_dump_postgres_data_store-0.0.5 lib/sample_data_dump_postgres_data_store/settings.rb
sample_data_dump_postgres_data_store-0.0.4 lib/sample_data_dump_postgres_data_store/settings.rb
sample_data_dump_postgres_data_store-0.0.3 lib/sample_data_dump_postgres_data_store/settings.rb
sample_data_dump_postgres_data_store-0.0.2 lib/sample_data_dump_postgres_data_store/settings.rb
sample_data_dump_postgres_data_store-0.0.1 lib/sample_data_dump_postgres_data_store/settings.rb