Class: Puppeteer::Bidi::QueryHandler::Result Private
- Inherits:
-
Data
- Object
- Data
- Puppeteer::Bidi::QueryHandler::Result
- 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
-
#polling ⇒ Object
readonly
Returns the value of attribute polling.
-
#query_handler ⇒ Object
readonly
Returns the value of attribute query_handler.
-
#updated_selector ⇒ Object
readonly
Returns the value of attribute updated_selector.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#polling ⇒ Object (readonly)
Returns the value of attribute polling
20 21 22 |
# File 'lib/puppeteer/bidi/query_handler.rb', line 20 def polling @polling end |
#query_handler ⇒ Object (readonly)
Returns the value of attribute query_handler
20 21 22 |
# File 'lib/puppeteer/bidi/query_handler.rb', line 20 def query_handler @query_handler end |
#updated_selector ⇒ Object (readonly)
Returns the value of attribute 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.
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.
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.
25 |
# File 'sig/puppeteer/bidi/query_handler.rbs', line 25
def members: () -> [ :updated_selector, :polling, :query_handler ]
|