Sha256: aa9f3193b8aef4c83c6d396532abcc525b3c7c41b98945e30bab3e50a8a57694

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Configuration
    # Defines configuration content as the primary source of truth for use throughout the gem.
    Model = Struct.new :alfred_preferences,
                       :inflections,
                       :git_hub_api_url,
                       :git_hub_organization,
                       :git_hub_user,
                       :http_statuses_url,
                       :htmx_examples_uri,
                       :htmx_references_uri,
                       :ruby_gems_api_url,
                       :ruby_gems_owner,
                       :standard_gems_api_url
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pennyworth-17.4.1 lib/pennyworth/configuration/model.rb
pennyworth-17.4.0 lib/pennyworth/configuration/model.rb