Class: BiDiGenerate::ErrorModule Private

Inherits:
Struct
  • Object
show all
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.

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 collapse

Instance Attribute Details

#codesObject

Returns the value of attribute codes

Returns:

  • (Object)

    the current value of codes



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

def codes
  @codes
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#new_classesObject

Returns the value of attribute new_classes

Returns:

  • (Object)

    the current value of new_classes



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

def new_classes
  @new_classes
end