class Environmentor::Attribute::ValidationError::Missing
Public Instance Methods
message()
click to toggle source
Calls superclass method
Environmentor::Attribute::ValidationError#message
# File lib/environmentor/attribute.rb, line 22 def message super "Couldn't find value" end