Class: ChromeDebugger::DomContentEventFired

Inherits:
Notification show all
Defined in:
lib/chrome_debugger/dom_content_event_fired.rb

Instance Attribute Summary

Attributes inherited from Notification

#method

Instance Method Summary collapse

Methods inherited from Notification

#initialize, #request_id, #resource_type

Constructor Details

This class inherits a constructor from ChromeDebugger::Notification

Instance Method Details

#timestampObject



6
7
8
# File 'lib/chrome_debugger/dom_content_event_fired.rb', line 6

def timestamp
  @params['timestamp'].to_f
end