Exception: Environmentor::Attribute::ValidationError::Missing

Inherits:
Environmentor::Attribute::ValidationError show all
Defined in:
lib/environmentor/attribute.rb

Instance Attribute Summary

Attributes inherited from Environmentor::Attribute::ValidationError

#attr

Instance Method Summary collapse

Methods inherited from Environmentor::Attribute::ValidationError

#initialize

Constructor Details

This class inherits a constructor from Environmentor::Attribute::ValidationError

Instance Method Details

#messageObject



22
23
24
# File 'lib/environmentor/attribute.rb', line 22

def message
  super "Couldn't find value"
end