Class: Selenium::WebDriver::BiDi::Serialization::Record::Field Private
- Inherits:
-
Data
- Object
- Data
- Selenium::WebDriver::BiDi::Serialization::Record::Field
- 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
-
#enum ⇒ Object
readonly
Returns the value of attribute enum.
-
#fixed ⇒ Object
readonly
Returns the value of attribute fixed.
-
#list ⇒ Object
readonly
Returns the value of attribute list.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nullable ⇒ Object
readonly
Returns the value of attribute nullable.
-
#primitive ⇒ Object
readonly
Returns the value of attribute primitive.
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
-
#wire_key ⇒ Object
readonly
Returns the value of attribute wire_key.
Instance Attribute Details
#enum ⇒ Object (readonly)
Returns the value of attribute enum
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def enum @enum end |
#fixed ⇒ Object (readonly)
Returns the value of attribute fixed
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def fixed @fixed end |
#list ⇒ Object (readonly)
Returns the value of attribute list
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def list @list end |
#name ⇒ Object (readonly)
Returns the value of attribute name
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def name @name end |
#nullable ⇒ Object (readonly)
Returns the value of attribute nullable
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def nullable @nullable end |
#primitive ⇒ Object (readonly)
Returns the value of attribute primitive
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def primitive @primitive end |
#ref ⇒ Object (readonly)
Returns the value of attribute ref
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def ref @ref end |
#required ⇒ Object (readonly)
Returns the value of attribute required
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def required @required end |
#wire_key ⇒ Object (readonly)
Returns the value of attribute wire_key
32 33 34 |
# File 'lib/selenium/webdriver/bidi/serialization/record.rb', line 32 def wire_key @wire_key end |