Class: Airbrake::Rails::App::Route Private
- Inherits:
-
Struct
- Object
- Struct
- Airbrake::Rails::App::Route
- Defined in:
- lib/airbrake/rails/app.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/airbrake/rails/app.rb', line 10 def path @path end |