Class: BiDiGenerate::Module Private
- Inherits:
-
Struct
- Object
- Struct
- BiDiGenerate::Module
- Defined in:
- lib/selenium/webdriver/bidi/support/bidi_generate.rb
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
-
#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.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def commands @commands end |
#enums ⇒ Object
Returns the value of attribute enums
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def enums @enums end |
#events ⇒ Object
Returns the value of attribute events
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def events @events end |
#filename ⇒ Object
Returns the value of attribute filename
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def filename @filename end |
#name ⇒ Object
Returns the value of attribute name
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def name @name end |
#ruby_class ⇒ Object
Returns the value of attribute ruby_class
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def ruby_class @ruby_class end |
#types ⇒ Object
Returns the value of attribute types
369 370 371 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369 def types @types end |