struct Marionette::Session::NetworkConditions

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(offline : Bool, latency : Int32, download_throughput : Int32, upload_throughput : Int32) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def clone #

def copy_with(offline _offline = @offline, latency _latency = @latency, download_throughput _download_throughput = @download_throughput, upload_throughput _upload_throughput = @upload_throughput) #

def download_throughput : Int32 #

def latency : Int32 #

def offline : Bool #

def upload_throughput : Int32 #