Class: Fastlane::Helper::AdbDevice
- Inherits:
-
Object
- Object
- Fastlane::Helper::AdbDevice
- Defined in:
- fastlane/lib/fastlane/helper/adb_helper.rb
Instance Attribute Summary collapse
-
#serial ⇒ Object
Returns the value of attribute serial.
Instance Method Summary collapse
-
#initialize(serial: nil) ⇒ AdbDevice
constructor
A new instance of AdbDevice.
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
#serial ⇒ Object
Returns the value of attribute serial.
4 5 6 |
# File 'fastlane/lib/fastlane/helper/adb_helper.rb', line 4 def serial @serial end |