Class: ExceptionNotifier::TeamsNotifier::MissingController
- Inherits:
-
Object
- Object
- ExceptionNotifier::TeamsNotifier::MissingController
show all
- Defined in:
- lib/exception_notifier/teams_notifier.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
12
13
|
# File 'lib/exception_notifier/teams_notifier.rb', line 12
def method_missing(*args, &block)
end
|
Instance Method Details
#respond_to_missing?(*args) ⇒ Boolean
15
16
|
# File 'lib/exception_notifier/teams_notifier.rb', line 15
def respond_to_missing?(*args)
end
|