Class: ActiveError::ActiveJobRequest
- Inherits:
-
Struct
- Object
- Struct
- ActiveError::ActiveJobRequest
- Defined in:
- lib/active_error/engine.rb
Instance Attribute Summary collapse
-
#controller_class ⇒ Object
Returns the value of attribute controller_class.
-
#env ⇒ Object
Returns the value of attribute env.
-
#filtered_parameters ⇒ Object
Returns the value of attribute filtered_parameters.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#controller_class ⇒ Object
Returns the value of attribute controller_class
4 5 6 |
# File 'lib/active_error/engine.rb', line 4 def controller_class @controller_class end |
#env ⇒ Object
Returns the value of attribute env
4 5 6 |
# File 'lib/active_error/engine.rb', line 4 def env @env end |
#filtered_parameters ⇒ Object
Returns the value of attribute filtered_parameters
4 5 6 |
# File 'lib/active_error/engine.rb', line 4 def filtered_parameters @filtered_parameters end |
#parameters ⇒ Object
Returns the value of attribute parameters
4 5 6 |
# File 'lib/active_error/engine.rb', line 4 def parameters @parameters end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/active_error/engine.rb', line 4 def url @url end |