Exception: ENVied::Configurable::VariableMissingError

Inherits:
VariableError
  • Object
show all
Defined in:
lib/envied.rb

Instance Attribute Summary

Attributes inherited from VariableError

#variable

Instance Method Summary collapse

Methods inherited from VariableError

#initialize, #variable_type

Constructor Details

This class inherits a constructor from ENVied::Configurable::VariableError

Instance Method Details

#messageObject



18
19
20
# File 'lib/envied.rb', line 18

def message
  "Please provide ENV['#{variable.name.to_s.upcase}'] of type #{variable_type}"
end