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
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def accessors @accessors end |
#commands ⇒ Object
Returns the value of attribute commands
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def commands @commands end |
#enums ⇒ Object
Returns the value of attribute enums
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def enums @enums end |
#events ⇒ Object
Returns the value of attribute events
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def events @events end |
#filename ⇒ Object
Returns the value of attribute filename
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def filename @filename end |
#name ⇒ Object
Returns the value of attribute name
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def name @name end |
#ruby_class ⇒ Object
Returns the value of attribute ruby_class
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def ruby_class @ruby_class end |
#spec_href ⇒ Object
Returns the value of attribute spec_href
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def spec_href @spec_href end |
#types ⇒ Object
Returns the value of attribute types
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def types @types end |
#vendor_modules ⇒ Object
Returns the value of attribute vendor_modules
542 543 544 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 542 def vendor_modules @vendor_modules end |