Class: Puppeteer::Bidi::QueryHandler::Result Private

Inherits:
Data
  • Object
show all
Defined in:
lib/puppeteer/bidi/query_handler.rb,
sig/puppeteer/bidi/query_handler.rbs

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pollingObject (readonly)

Returns the value of attribute polling

Returns:

  • (Object)

    the current value of polling



20
21
22
# File 'lib/puppeteer/bidi/query_handler.rb', line 20

def polling
  @polling
end

#query_handlerObject (readonly)

Returns the value of attribute query_handler

Returns:

  • (Object)

    the current value of query_handler



20
21
22
# File 'lib/puppeteer/bidi/query_handler.rb', line 20

def query_handler
  @query_handler
end

#updated_selectorObject (readonly)

Returns the value of attribute updated_selector

Returns:

  • (Object)

    the current value of updated_selector



20
21
22
# File 'lib/puppeteer/bidi/query_handler.rb', line 20

def updated_selector
  @updated_selector
end

Class Method Details

.members[ :updated_selector, :polling, :query_handler ]

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • ([ :updated_selector, :polling, :query_handler ])


23
# File 'sig/puppeteer/bidi/query_handler.rbs', line 23

def self.members: () -> [ :updated_selector, :polling, :query_handler ]

.new(updated_selector, polling, query_handler) ⇒ instance .new(updated_selector:, polling:, query_handler:) ⇒ instance

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Overloads:

  • .new(updated_selector, polling, query_handler) ⇒ instance

    Parameters:

    • updated_selector (Object)
    • polling (Object)
    • query_handler (Object)

    Returns:

  • .new(updated_selector:, polling:, query_handler:) ⇒ instance

    Parameters:

    • updated_selector: (Object)
    • polling: (Object)
    • query_handler: (Object)

    Returns:



20
21
# File 'sig/puppeteer/bidi/query_handler.rbs', line 20

def self.new: (untyped updated_selector, untyped polling, untyped query_handler) -> instance
| (updated_selector: untyped, polling: untyped, query_handler: untyped) -> instance

Instance Method Details

#members[ :updated_selector, :polling, :query_handler ]

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • ([ :updated_selector, :polling, :query_handler ])


25
# File 'sig/puppeteer/bidi/query_handler.rbs', line 25

def members: () -> [ :updated_selector, :polling, :query_handler ]