Class: RestfulError::ExceptionsApp::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/restful_error/exceptions_app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enableObject

Returns the value of attribute enable

Returns:

  • (Object)

    the current value of enable



6
7
8
# File 'lib/restful_error/exceptions_app.rb', line 6

def enable
  @enable
end

#fallbackObject

Returns the value of attribute fallback

Returns:

  • (Object)

    the current value of fallback



6
7
8
# File 'lib/restful_error/exceptions_app.rb', line 6

def fallback
  @fallback
end

#inherit_fromObject

Returns the value of attribute inherit_from

Returns:

  • (Object)

    the current value of inherit_from



6
7
8
# File 'lib/restful_error/exceptions_app.rb', line 6

def inherit_from
  @inherit_from
end