Class: Resque::Plugins::NotiFailure::Configuration
- Inherits:
-
Object
- Object
- Resque::Plugins::NotiFailure::Configuration
- Defined in:
- lib/resque/plugins/noti_failure/configuration.rb
Instance Attribute Summary collapse
-
#failure_message ⇒ Object
Returns the value of attribute failure_message.
-
#failure_name ⇒ Object
Returns the value of attribute failure_name.
-
#failure_url ⇒ Object
Returns the value of attribute failure_url.
Instance Attribute Details
#failure_message ⇒ Object
Returns the value of attribute failure_message.
7 8 9 |
# File 'lib/resque/plugins/noti_failure/configuration.rb', line 7 def @failure_message end |
#failure_name ⇒ Object
Returns the value of attribute failure_name.
5 6 7 |
# File 'lib/resque/plugins/noti_failure/configuration.rb', line 5 def failure_name @failure_name end |
#failure_url ⇒ Object
Returns the value of attribute failure_url.
6 7 8 |
# File 'lib/resque/plugins/noti_failure/configuration.rb', line 6 def failure_url @failure_url end |