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

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

Instance Attribute Summary collapse

Instance Attribute Details

#accessorsObject

Returns the value of attribute accessors

Returns:

  • (Object)

    the current value of accessors



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def accessors
  @accessors
end

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def commands
  @commands
end

#enumsObject

Returns the value of attribute enums

Returns:

  • (Object)

    the current value of enums



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def enums
  @enums
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def events
  @events
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def filename
  @filename
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def name
  @name
end

#ruby_classObject

Returns the value of attribute ruby_class

Returns:

  • (Object)

    the current value of ruby_class



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def ruby_class
  @ruby_class
end

#spec_hrefObject

Returns the value of attribute spec_href

Returns:

  • (Object)

    the current value of spec_href



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def spec_href
  @spec_href
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def types
  @types
end

#vendor_modulesObject

Returns the value of attribute vendor_modules

Returns:

  • (Object)

    the current value of vendor_modules



533
534
535
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 533

def vendor_modules
  @vendor_modules
end