Class: RestfulError::ExceptionsApp::Config
- Inherits:
-
Struct
- Object
- Struct
- RestfulError::ExceptionsApp::Config
- Defined in:
- lib/restful_error/exceptions_app.rb
Instance Attribute Summary collapse
-
#enable ⇒ Object
Returns the value of attribute enable.
-
#fallback ⇒ Object
Returns the value of attribute fallback.
-
#inherit_from ⇒ Object
Returns the value of attribute inherit_from.
Instance Attribute Details
#enable ⇒ Object
Returns the value of attribute enable
6 7 8 |
# File 'lib/restful_error/exceptions_app.rb', line 6 def enable @enable end |
#fallback ⇒ Object
Returns the value of attribute fallback
6 7 8 |
# File 'lib/restful_error/exceptions_app.rb', line 6 def fallback @fallback end |
#inherit_from ⇒ Object
Returns the value of attribute inherit_from
6 7 8 |
# File 'lib/restful_error/exceptions_app.rb', line 6 def inherit_from @inherit_from end |