Sha256: 60c0f9dbb660fe8ff771f9fd9193d92d46b3ff8ef5462a7c52079bbe8e1dbeb2

Contents?: true

Size: 284 Bytes

Versions: 8

Compression:

Stored size: 284 Bytes

Contents

# frozen_string_literal: true

module Dsu
  module Migration
    module RawHelpers
      module ConfigurationHash
        attr_accessor :default_project

        def to_h
          read.merge(version: version, default_project: default_project)
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dsu-3.0.5 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.4 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.3 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.1 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.0 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.0.beta.3 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.0.beta.2 lib/dsu/migration/raw_helpers/configuration_hash.rb
dsu-3.0.0.beta.1 lib/dsu/migration/raw_helpers/configuration_hash.rb