Class: Wreq::EmulationOS
- Inherits:
-
Object
- Object
- Wreq::EmulationOS
- Defined in:
- lib/wreq_ruby/emulation.rb
Overview
Operating system emulation enumeration backed by Rust.
Variants are exposed as constants under this class. Each constant is an instance of EmulationOS.
Constant Summary collapse
- Windows =
nil- MacOS =
nil- Linux =
nil- Android =
nil- IOS =
nil
Instance Method Summary collapse
-
#to_s ⇒ String
Returns a string representation of the emulation OS.
Instance Method Details
#to_s ⇒ String
Returns a string representation of the emulation OS.
173 174 |
# File 'lib/wreq_ruby/emulation.rb', line 173 def to_s end |