Class: BiDiGenerate::Enum Private
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | rb/lib/selenium/webdriver/bidi/support/bidi_generate.rb |
Overview
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples. spec_href links to the type's definition in the live spec (nil when the schema has none).
Instance Attribute Summary
-
#constant_name
rw
Internal use only
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples.
-
#pairs
rw
Internal use only
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples.
-
#spec_href
rw
Internal use only
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples.
Instance Attribute Details
#constant_name (rw)
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples. spec_href links to the type's definition in the live spec (nil when the schema has none).
#pairs (rw)
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples. spec_href links to the type's definition in the live spec (nil when the schema has none).
# File 'rb/lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 234
Enum = Struct.new(:constant_name, :pairs, :spec_href, keyword_init: true)
#spec_href (rw)
constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples. spec_href links to the type's definition in the live spec (nil when the schema has none).
# File 'rb/lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 234
Enum = Struct.new(:constant_name, :pairs, :spec_href, keyword_init: true)