Class: Leftovers::ConfigLoader::PrivacySchema
- Inherits:
-
StringEnumSchema
- Object
- Schema
- StringEnumSchema
- Leftovers::ConfigLoader::PrivacySchema
- Defined in:
- lib/leftovers/config_loader/privacy_schema.rb
Class Method Summary collapse
Methods inherited from StringEnumSchema
aliases, aliases_for, each_value, validate, value, values
Methods inherited from Schema
Class Method Details
.to_ruby(node) ⇒ Object
10 11 12 |
# File 'lib/leftovers/config_loader/privacy_schema.rb', line 10 def self.to_ruby(node) super.to_sym end |