123456789_123456789_123456789_123456789_123456789_

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

The generated Protocol::ErrorCode module (filename 'error_code'): #codes is the [wire, class_name] pairs in schema order (the full map); #new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare). Rendered through the same emit/render path as the domain modules.

Instance Attribute Summary

  • #codes rw Internal use only

    The generated Protocol::ErrorCode module (filename 'error_code'): #codes is the [wire, class_name] pairs in schema order (the full map); #new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare).

  • #filename rw Internal use only

    The generated Protocol::ErrorCode module (filename 'error_code'): #codes is the [wire, class_name] pairs in schema order (the full map); #new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare).

  • #new_classes rw Internal use only

    The generated Protocol::ErrorCode module (filename 'error_code'): #codes is the [wire, class_name] pairs in schema order (the full map); #new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare).

Instance Attribute Details

#codes (rw)

The generated Protocol::ErrorCode module (filename 'error_code'): codes is the [wire, class_name] pairs in schema order (the full map); #new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare). Rendered through the same emit/render path as the domain modules.

[ GitHub ]

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

ErrorModule = Struct.new(:filename, :codes, :new_classes, keyword_init: true)

#filename (rw)

The generated Protocol::ErrorCode module (filename 'error_code'): #codes is the [wire, class_name] pairs in schema order (the full map); #new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare). Rendered through the same emit/render path as the domain modules.

[ GitHub ]

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

ErrorModule = Struct.new(:filename, :codes, :new_classes, keyword_init: true)

#new_classes (rw)

The generated Protocol::ErrorCode module (filename 'error_code'): #codes is the [wire, class_name] pairs in schema order (the full map); new_classes is the subset of class names the classic Error module does not already define (the ones whose RBS this file must declare). Rendered through the same emit/render path as the domain modules.

[ GitHub ]

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

ErrorModule = Struct.new(:filename, :codes, :new_classes, keyword_init: true)