Class: Henry::Config

Inherits:
Input
  • Object
show all
Defined in:
lib/henry/config.rb

Constant Summary collapse

EXPORT_KEY =

ENV key where the Config will be exported to/imported from.

Returns:

  • (String)

    the env config key.

'HENRY_CONFIG'

Instance Attribute Summary

Attributes inherited from Input

#params

Class Method Summary collapse

Methods inherited from Input

#export!, export!, #import!, import!, #initialize

Constructor Details

This class inherits a constructor from Henry::Input

Class Method Details

.export_keyString

ENV key where the Config will be exported to/imported from.

Returns:

  • (String)

    the env config key.



15
16
17
# File 'lib/henry/config.rb', line 15

def self.export_key
  Henry::Config::EXPORT_KEY
end