Class: Airbrake::Rails::App::Route Private

Inherits:
Struct
  • Object
show all
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.

Since:

  • v9.0.3

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/airbrake/rails/app.rb', line 10

def path
  @path
end