Class: Selenium::WebDriver::BiDi::Protocol::Network::BytesValue Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Network::BytesValue
- Defined in:
- lib/selenium/webdriver/bidi/protocol/network.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.
Class Method Summary collapse
- .base64 ⇒ Object private
- .string ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.base64 ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
125 |
# File 'lib/selenium/webdriver/bidi/protocol/network.rb', line 125 def self.base64(**) = Network::Base64Value.new(**) |
.string ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
124 |
# File 'lib/selenium/webdriver/bidi/protocol/network.rb', line 124 def self.string(**) = Network::StringValue.new(**) |