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