Class: NewRelicPing::Configuration
- Inherits:
-
Object
- Object
- NewRelicPing::Configuration
- Defined in:
- lib/new_relic_ping/engine.rb
Instance Attribute Summary collapse
-
#parent_controller ⇒ Object
Returns the value of attribute parent_controller.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 23 |
# File 'lib/new_relic_ping/engine.rb', line 21 def initialize @parent_controller = ::ApplicationController end |
Instance Attribute Details
#parent_controller ⇒ Object
Returns the value of attribute parent_controller.
19 20 21 |
# File 'lib/new_relic_ping/engine.rb', line 19 def parent_controller @parent_controller end |