Sha256: 99604f29692fc25d3c6e51a387a0bea0c1966c89ccd77d829f5b977216f13f15

Contents?: true

Size: 583 Bytes

Versions: 7

Compression:

Stored size: 583 Bytes

Contents

module Appium
  module Core
    module Device
      extend Forwardable

      def self.extended: (untyped _mod) -> untyped

      def self.add_endpoint_method: (untyped method) ?{ () -> untyped } -> untyped

      def self.extend_webdriver_with_forwardable: () -> (nil | untyped)

      private

      def self.delegate_from_appium_driver: (untyped method, Symbol? delegation_target) -> (nil | untyped)

      def self.delegate_driver_method: (untyped method) -> (nil | untyped)

      def self.create_bridge_command: (untyped method) ?{ () -> untyped } -> untyped
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appium_lib_core-10.0.0 sig/lib/appium_lib_core/device.rbs
appium_lib_core-9.5.2 sig/lib/appium_lib_core/device.rbs
appium_lib_core-9.5.1 sig/lib/appium_lib_core/device.rbs
appium_lib_core-9.5.0 sig/lib/appium_lib_core/device.rbs
appium_lib_core-9.4.0 sig/lib/appium_lib_core/device.rbs
appium_lib_core-9.3.0 sig/lib/appium_lib_core/device.rbs
appium_lib_core-9.2.1 sig/lib/appium_lib_core/device.rbs