Sha256: dfdf76b5a6c162827dcb3f19b2763ad85de9ddfc5b151f9d8bf3c11cd81f1abd

Contents?: true

Size: 556 Bytes

Versions: 17

Compression:

Stored size: 556 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,
                       :ruby_gems_api_url,
                       :ruby_gems_owner,
                       :standard_gems_api_url
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
pennyworth-17.3.0 lib/pennyworth/configuration/model.rb
pennyworth-17.2.0 lib/pennyworth/configuration/model.rb
pennyworth-17.1.0 lib/pennyworth/configuration/model.rb
pennyworth-17.0.0 lib/pennyworth/configuration/model.rb
pennyworth-16.7.0 lib/pennyworth/configuration/model.rb
pennyworth-16.5.0 lib/pennyworth/configuration/model.rb
pennyworth-16.4.0 lib/pennyworth/configuration/model.rb
pennyworth-16.3.0 lib/pennyworth/configuration/model.rb
pennyworth-16.2.0 lib/pennyworth/configuration/model.rb
pennyworth-16.1.0 lib/pennyworth/configuration/model.rb
pennyworth-16.0.0 lib/pennyworth/configuration/model.rb
pennyworth-15.4.1 lib/pennyworth/configuration/model.rb
pennyworth-15.4.0 lib/pennyworth/configuration/model.rb
pennyworth-15.3.0 lib/pennyworth/configuration/model.rb
pennyworth-15.2.0 lib/pennyworth/configuration/model.rb
pennyworth-15.1.1 lib/pennyworth/configuration/model.rb
pennyworth-15.1.0 lib/pennyworth/configuration/model.rb