Class: Fastlane::Factory::ADB_Controller

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adb_pathObject

Returns the value of attribute adb_path.



5
6
7
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb', line 5

def adb_path
  @adb_path
end

#command_get_avdsObject

Returns the value of attribute command_get_avds.



5
6
7
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb', line 5

def command_get_avds
  @command_get_avds
end

#command_get_devicesObject

Returns the value of attribute command_get_devices.



5
6
7
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb', line 5

def command_get_devices
  @command_get_devices
end

#command_startObject

Returns the value of attribute command_start.



5
6
7
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb', line 5

def command_start
  @command_start
end

#command_stopObject

Returns the value of attribute command_stop.



5
6
7
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb', line 5

def command_stop
  @command_stop
end

#command_wait_for_deviceObject

Returns the value of attribute command_wait_for_device.



5
6
7
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb', line 5

def command_wait_for_device
  @command_wait_for_device
end