Class: BiDiGenerate::Enum Private
- Inherits:
-
Struct
- Object
- Struct
- BiDiGenerate::Enum
- 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.
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples.
Instance Attribute Summary collapse
-
#constant_name ⇒ Object
Returns the value of attribute constant_name.
-
#pairs ⇒ Object
Returns the value of attribute pairs.
Instance Attribute Details
#constant_name ⇒ Object
Returns the value of attribute constant_name
233 234 235 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 233 def constant_name @constant_name end |
#pairs ⇒ Object
Returns the value of attribute pairs
233 234 235 |
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 233 def pairs @pairs end |