123456789_123456789_123456789_123456789_123456789_

Class: BiDiGenerate::Enum Private

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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).

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 234

Enum = Struct.new(:constant_name, :pairs, :spec_href, keyword_init: true)

#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).

[ GitHub ]

  
# 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).

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 234

Enum = Struct.new(:constant_name, :pairs, :spec_href, keyword_init: true)