Sha256: 534ab928429992996680b519aba9d4dd68184707ff547465ff806bde328ef9e5

Contents?: true

Size: 410 Bytes

Versions: 37

Compression:

Stored size: 410 Bytes

Contents

require_relative 'input'

module Henry

  class Config < Henry::Input

    # ENV key where the Config will be exported to/imported from.
    #
    # @return [String] the env config key.
    EXPORT_KEY = 'HENRY_CONFIG'

    # ENV key where the Config will be exported to/imported from.
    #
    # @return [String] the env config key.
    def self.export_key
      Henry::Config::EXPORT_KEY
    end

  end

end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
henry-container-0.1.82 lib/henry/config.rb
henry-container-0.1.81 lib/henry/config.rb
henry-container-0.1.80 lib/henry/config.rb
henry-container-0.1.79 lib/henry/config.rb
henry-container-0.1.78 lib/henry/config.rb
henry-container-0.1.77 lib/henry/config.rb
henry-container-0.1.76 lib/henry/config.rb
henry-container-0.1.75 lib/henry/config.rb
henry-container-0.1.74 lib/henry/config.rb
henry-container-0.1.73 lib/henry/config.rb
henry-container-0.1.72 lib/henry/config.rb
henry-container-0.1.71 lib/henry/config.rb
henry-container-0.1.70 lib/henry/config.rb
henry-container-0.1.69 lib/henry/config.rb
henry-container-0.1.68 lib/henry/config.rb
henry-container-0.1.67 lib/henry/config.rb
henry-container-0.1.66 lib/henry/config.rb
henry-container-0.1.65 lib/henry/config.rb
henry-container-0.1.64 lib/henry/config.rb
henry-container-0.1.63 lib/henry/config.rb