Sha256: 5f9fe6b1734c12a8ccd3785a8e940a89b3195b67e895591e41e1e18efa5c0424

Contents?: true

Size: 315 Bytes

Versions: 6

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

module LB
  module Project
    # Settings supplied to LB::Project.setup
    class Settings < Dry::Struct
      attribute :root, Types::Strict::String
      attribute :config, LB::Project::Config
      attribute :site, Types::Strict::Class.default(LB::Project::Site)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lb-project-0.3.1 lib/lb/project/settings.rb
lb-project-0.3.0 lib/lb/project/settings.rb
lb-project-0.2.3 lib/lb/project/settings.rb
lb-project-0.2.2 lib/lb/project/settings.rb
lb-project-0.2.1 lib/lb/project/settings.rb
lb-project-0.2.0 lib/lb/project/settings.rb