Sha256: f08b1a952d4b5bf29e83a65aa02b4fd21b1446aac23052e9cc73de8becb7fba1

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

module Appium
  module Core
    class Base
      module HasNetworkConnection
        def network_connection_type: () -> untyped

        def network_connection_type=: (untyped connection_type) -> untyped

        private

        def type_to_values: () -> Hash[Symbol, Integer]

        def values_to_type: () -> untyped

        def valid_type?: (untyped type) -> untyped
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appium_lib_core-9.4.0 sig/lib/appium_lib_core/common/base/has_network_connection.rbs
appium_lib_core-9.3.0 sig/lib/appium_lib_core/common/base/has_network_connection.rbs
appium_lib_core-9.2.1 sig/lib/appium_lib_core/common/base/has_network_connection.rbs