Class: Fastlane::Factory::ADB_Controller
- Inherits:
-
Object
- Object
- Fastlane::Factory::ADB_Controller
- Defined in:
- lib/fastlane/plugin/automated_test_emulator_run_xing/factory/adb_controller_factory.rb
Instance Attribute Summary collapse
-
#command_get_avds ⇒ Object
Returns the value of attribute command_get_avds.
-
#command_get_devices ⇒ Object
Returns the value of attribute command_get_devices.
-
#command_start ⇒ Object
Returns the value of attribute command_start.
-
#command_stop ⇒ Object
Returns the value of attribute command_stop.
-
#command_wait_for_device ⇒ Object
Returns the value of attribute command_wait_for_device.
Instance Attribute Details
#command_get_avds ⇒ Object
Returns the value of attribute command_get_avds.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run_xing/factory/adb_controller_factory.rb', line 5 def command_get_avds @command_get_avds end |
#command_get_devices ⇒ Object
Returns the value of attribute command_get_devices.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run_xing/factory/adb_controller_factory.rb', line 5 def command_get_devices @command_get_devices end |
#command_start ⇒ Object
Returns the value of attribute command_start.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run_xing/factory/adb_controller_factory.rb', line 5 def command_start @command_start end |
#command_stop ⇒ Object
Returns the value of attribute command_stop.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run_xing/factory/adb_controller_factory.rb', line 5 def command_stop @command_stop end |
#command_wait_for_device ⇒ Object
Returns the value of attribute command_wait_for_device.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run_xing/factory/adb_controller_factory.rb', line 5 def command_wait_for_device @command_wait_for_device end |