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

constant_name is the SCREAMING_SNAKE hash name; pairs are [symbol_key, wire_value] tuples.

Instance Attribute Summary collapse

Instance Attribute Details

#constant_nameObject

Returns the value of attribute constant_name

Returns:

  • (Object)

    the current value of constant_name



233
234
235
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 233

def constant_name
  @constant_name
end

#pairsObject

Returns the value of attribute pairs

Returns:

  • (Object)

    the current value of pairs



233
234
235
# File 'lib/selenium/webdriver/bidi/support/bidi_generate.rb', line 233

def pairs
  @pairs
end