Sha256: a654ccd62cbc1cde33c46e7bccbcd8bff11c4263458043e22ea8b7ceb1762181

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

module Milestoner
  module Configuration
    # Defines configuration content as the primary source of truth for use throughout the gem.
    Model = Struct.new :avatar_domain,
                       :avatar_uri,
                       :build_format,
                       :build_layout,
                       :build_root,
                       :build_template_paths,
                       :commit_categories,
                       :commit_domain,
                       :commit_format,
                       :commit_uri,
                       :profile_domain,
                       :profile_uri,
                       :project_author,
                       :project_description,
                       :project_generator,
                       :project_label,
                       :project_name,
                       :project_owner,
                       :project_uri,
                       :project_version,
                       :review_domain,
                       :review_uri,
                       :tracker_domain,
                       :tracker_uri
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
milestoner-17.0.0 lib/milestoner/configuration/model.rb