Class: Api::HandlerPlatformBase

Inherits:
HandlerBase show all
Defined in:
lib/mrpin/api/platform/base/handler_platform_base.rb

Instance Attribute Summary

Attributes inherited from HandlerBase

#handle_duration_max, #handle_duration_min, #handle_duration_total, #requests_count

Instance Method Summary collapse

Methods inherited from HandlerBase

#before_handle, #handle_request, #post_handle, #reset_handler_stats

Constructor Details

#initialize(options = nil) ⇒ HandlerPlatformBase

Returns a new instance of HandlerPlatformBase.



20
21
22
23
24
# File 'lib/mrpin/api/platform/base/handler_platform_base.rb', line 20

def initialize(options = nil)
  super(options)

  @manager_players     = AppInfo.instance.manager_players
end