Sha256: 08ec7fa64ea809de901492308cb349049adb79683ef5a0ab6f84392767d13b39
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pennyworth-15.0.3 | lib/pennyworth/configuration/model.rb |