Class: Selenium::WebDriver::BiDi::Serialization::Record::Field Private

Inherits:
Data
  • Object
show all
Defined in:
lib/selenium/webdriver/bidi/serialization/record.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.

Named Field, not Member, to avoid colliding with ::Data#members.

Instance Attribute Summary collapse

Instance Attribute Details

#enumObject (readonly)

Returns the value of attribute enum

Returns:

  • (Object)

    the current value of enum



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def enum
  @enum
end

#fixedObject (readonly)

Returns the value of attribute fixed

Returns:

  • (Object)

    the current value of fixed



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def fixed
  @fixed
end

#listObject (readonly)

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def list
  @list
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def name
  @name
end

#nullableObject (readonly)

Returns the value of attribute nullable

Returns:

  • (Object)

    the current value of nullable



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def nullable
  @nullable
end

#primitiveObject (readonly)

Returns the value of attribute primitive

Returns:

  • (Object)

    the current value of primitive



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def primitive
  @primitive
end

#refObject (readonly)

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def ref
  @ref
end

#requiredObject (readonly)

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def required
  @required
end

#wire_keyObject (readonly)

Returns the value of attribute wire_key

Returns:

  • (Object)

    the current value of wire_key



32
33
34
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32

def wire_key
  @wire_key
end