Class: Henry::Config
Constant Summary collapse
- EXPORT_KEY =
ENV key where the Config will be exported to/imported from.
'HENRY_CONFIG'
Instance Attribute Summary
Attributes inherited from Input
Class Method Summary collapse
-
.export_key ⇒ String
ENV key where the Config will be exported to/imported from.
Methods inherited from Input
#export!, export!, #import!, import!, #initialize
Constructor Details
This class inherits a constructor from Henry::Input
Class Method Details
.export_key ⇒ String
ENV key where the Config will be exported to/imported from.
15 16 17 |
# File 'lib/henry/config.rb', line 15 def self.export_key Henry::Config::EXPORT_KEY end |