Class: Fastlane::Helper::AdbDevice

Inherits:
Object
  • Object
show all
Defined in:
fastlane/lib/fastlane/helper/adb_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serial: nil) ⇒ AdbDevice

Returns a new instance of AdbDevice.



6
7
8
# File 'fastlane/lib/fastlane/helper/adb_helper.rb', line 6

def initialize(serial: nil)
  self.serial = serial
end

Instance Attribute Details

#serialObject

Returns the value of attribute serial.



4
5
6
# File 'fastlane/lib/fastlane/helper/adb_helper.rb', line 4

def serial
  @serial
end