Class: LazyNames::ConfigValidator::Errors
- Inherits:
-
Struct
- Object
- Struct
- LazyNames::ConfigValidator::Errors
- Defined in:
- lib/lazy_names/config_validator.rb
Instance Attribute Summary collapse
-
#already_defined ⇒ Object
Returns the value of attribute already_defined.
-
#undefined ⇒ Object
Returns the value of attribute undefined.
Instance Attribute Details
#already_defined ⇒ Object
Returns the value of attribute already_defined
7 8 9 |
# File 'lib/lazy_names/config_validator.rb', line 7 def already_defined @already_defined end |
#undefined ⇒ Object
Returns the value of attribute undefined
7 8 9 |
# File 'lib/lazy_names/config_validator.rb', line 7 def undefined @undefined end |