Class: EnvironmentConfig::Types::String
- Inherits:
-
Object
- Object
- EnvironmentConfig::Types::String
- Defined in:
- lib/environment_config/types/string.rb
Class Method Summary collapse
Class Method Details
.convert(value) ⇒ Object
11 12 13 |
# File 'lib/environment_config/types/string.rb', line 11 def convert(value) value.to_s end |
.name ⇒ Object
7 8 9 |
# File 'lib/environment_config/types/string.rb', line 7 def name :string end |