Class: BiDiGenerate::Module Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/selenium/webdriver/bidi/support/bidi_generate.rb

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.

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def commands
  @commands
end

#enumsObject

Returns the value of attribute enums

Returns:

  • (Object)

    the current value of enums



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def enums
  @enums
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def events
  @events
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def filename
  @filename
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def name
  @name
end

#ruby_classObject

Returns the value of attribute ruby_class

Returns:

  • (Object)

    the current value of ruby_class



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def ruby_class
  @ruby_class
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



369
370
371
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 369

def types
  @types
end