Class: LazyNames::ConfigValidator::Errors

Inherits:
Struct
  • Object
show all
Defined in:
lib/lazy_names/config_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#already_definedObject

Returns the value of attribute already_defined

Returns:

  • (Object)

    the current value of already_defined



7
8
9
# File 'lib/lazy_names/config_validator.rb', line 7

def already_defined
  @already_defined
end

#undefinedObject

Returns the value of attribute undefined

Returns:

  • (Object)

    the current value of undefined



7
8
9
# File 'lib/lazy_names/config_validator.rb', line 7

def undefined
  @undefined
end