Class: Puppeteer::NetworkManager::QueuedEventGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/puppeteer/network_manager.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response_received_event:) ⇒ QueuedEventGroup

Returns a new instance of QueuedEventGroup.



65
66
67
# File 'lib/puppeteer/network_manager.rb', line 65

def initialize(response_received_event:)
  @response_received_event = response_received_event
end

Instance Attribute Details

#loading_failed_eventObject

Returns the value of attribute loading_failed_event.



69
70
71
# File 'lib/puppeteer/network_manager.rb', line 69

def loading_failed_event
  @loading_failed_event
end

#loading_finished_eventObject

Returns the value of attribute loading_finished_event.



69
70
71
# File 'lib/puppeteer/network_manager.rb', line 69

def loading_finished_event
  @loading_finished_event
end

#response_received_eventObject (readonly)

Returns the value of attribute response_received_event.



68
69
70
# File 'lib/puppeteer/network_manager.rb', line 68

def response_received_event
  @response_received_event
end