Class: BiDiGenerate::Module Private
- Inherits:
-
Struct
- Object
- Struct
- BiDiGenerate::Module
- Defined in:
- lib/selenium/webdriver/bidi/support/bidi_generate.rb
Overview
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.
spec_href links the domain's module section in the live spec (nil when unknown).
Instance Attribute Summary collapse
-
#accessors ⇒ Object
Returns the value of attribute accessors.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#enums ⇒ Object
Returns the value of attribute enums.
-
#events ⇒ Object
Returns the value of attribute events.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ruby_class ⇒ Object
Returns the value of attribute ruby_class.
-
#spec_href ⇒ Object
Returns the value of attribute spec_href.
-
#types ⇒ Object
Returns the value of attribute types.
-
#vendor_modules ⇒ Object
Returns the value of attribute vendor_modules.
Instance Attribute Details
#accessors ⇒ Object
Returns the value of attribute accessors
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def accessors @accessors end |
#commands ⇒ Object
Returns the value of attribute commands
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def commands @commands end |
#enums ⇒ Object
Returns the value of attribute enums
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def enums @enums end |
#events ⇒ Object
Returns the value of attribute events
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def events @events end |
#filename ⇒ Object
Returns the value of attribute filename
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def filename @filename end |
#name ⇒ Object
Returns the value of attribute name
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def name @name end |
#ruby_class ⇒ Object
Returns the value of attribute ruby_class
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def ruby_class @ruby_class end |
#spec_href ⇒ Object
Returns the value of attribute spec_href
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def spec_href @spec_href end |
#types ⇒ Object
Returns the value of attribute types
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def types @types end |
#vendor_modules ⇒ Object
Returns the value of attribute vendor_modules
533 534 535 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533 def vendor_modules @vendor_modules end |