123456789_123456789_123456789_123456789_123456789_

Class: BiDiGenerate::Module 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

spec_href links the domain's module section in the live spec (nil when unknown).

Instance Attribute Summary

  • #commands rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #enums rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #events rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #filename rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #name rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #ruby_class rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #spec_href rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

  • #types rw Internal use only

    spec_href links the domain's module section in the live spec (nil when unknown).

Instance Attribute Details

#commands (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#enums (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#events (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#filename (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#name (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#ruby_class (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#spec_href (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)

#types (rw)

spec_href links the domain's module section in the live spec (nil when unknown).

[ GitHub ]

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

Module = Struct.new(:name, :ruby_class, :filename, :commands, :events, :enums, :types, :spec_href,
keyword_init: true)