Class: Fastlane::Factory::AVD_Controller
- Inherits:
-
Object
- Object
- Fastlane::Factory::AVD_Controller
- Defined in:
- lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb
Instance Attribute Summary collapse
-
#command_apply_config_avd ⇒ Object
Returns the value of attribute command_apply_config_avd.
-
#command_create_avd ⇒ Object
Returns the value of attribute command_create_avd.
-
#command_delete_avd ⇒ Object
Returns the value of attribute command_delete_avd.
-
#command_get_property ⇒ Object
Returns the value of attribute command_get_property.
-
#command_kill_device ⇒ Object
Returns the value of attribute command_kill_device.
-
#command_start_avd ⇒ Object
Returns the value of attribute command_start_avd.
-
#output_file ⇒ Object
Returns the value of attribute output_file.
Class Method Summary collapse
Instance Attribute Details
#command_apply_config_avd ⇒ Object
Returns the value of attribute command_apply_config_avd.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def command_apply_config_avd @command_apply_config_avd end |
#command_create_avd ⇒ Object
Returns the value of attribute command_create_avd.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def command_create_avd @command_create_avd end |
#command_delete_avd ⇒ Object
Returns the value of attribute command_delete_avd.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def command_delete_avd @command_delete_avd end |
#command_get_property ⇒ Object
Returns the value of attribute command_get_property.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def command_get_property @command_get_property end |
#command_kill_device ⇒ Object
Returns the value of attribute command_kill_device.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def command_kill_device @command_kill_device end |
#command_start_avd ⇒ Object
Returns the value of attribute command_start_avd.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def command_start_avd @command_start_avd end |
#output_file ⇒ Object
Returns the value of attribute output_file.
7 8 9 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 7 def output_file @output_file end |
Class Method Details
.create_output_file(params) ⇒ Object
10 11 12 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb', line 10 def self.create_output_file(params) output_file = Tempfile.new('emulator_output', '#{params[:AVD_path]}') end |