Class: NewRelicPing::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/new_relic_ping/engine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_controllerObject

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