Sha256: f5c137628dcae70f6c224325db3d8d0ad9b88315375d67cb333844c7a68e1538
Contents?: true
Size: 309 Bytes
Versions: 12
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true module LB class Persistence # Settings supplied to LB::Persistence class Settings < Dry::Struct attribute :source_dir, Types::Strict::String attribute :namespace, Types::Strict::String attribute :database_uri, Types::Strict::String end end end
Version data entries
12 entries across 12 versions & 1 rubygems