Exception: JobNotifier::Error::MissingAttributes

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/job_notifier/error.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingAttributes

Returns a new instance of MissingAttributes.



10
11
12
# File 'lib/job_notifier/error.rb', line 10

def initialize
  super("you need to execute identify_job_through method on host model")
end