Class: Fastlane::Provider::AVD_scheme
- Inherits:
-
Object
- Object
- Fastlane::Provider::AVD_scheme
- Defined in:
- lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb
Instance Attribute Summary collapse
-
#avd_name ⇒ Object
Returns the value of attribute avd_name.
-
#create_avd_abi ⇒ Object
Returns the value of attribute create_avd_abi.
-
#create_avd_additional_options ⇒ Object
Returns the value of attribute create_avd_additional_options.
-
#create_avd_device ⇒ Object
Returns the value of attribute create_avd_device.
-
#create_avd_hardware_config_filepath ⇒ Object
Returns the value of attribute create_avd_hardware_config_filepath.
-
#create_avd_package ⇒ Object
Returns the value of attribute create_avd_package.
-
#create_avd_tag ⇒ Object
Returns the value of attribute create_avd_tag.
-
#launch_avd_additional_options ⇒ Object
Returns the value of attribute launch_avd_additional_options.
-
#launch_avd_launch_binary_name ⇒ Object
Returns the value of attribute launch_avd_launch_binary_name.
-
#launch_avd_port ⇒ Object
Returns the value of attribute launch_avd_port.
-
#launch_avd_snapshot_filepath ⇒ Object
Returns the value of attribute launch_avd_snapshot_filepath.
Instance Attribute Details
#avd_name ⇒ Object
Returns the value of attribute avd_name.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def avd_name @avd_name end |
#create_avd_abi ⇒ Object
Returns the value of attribute create_avd_abi.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def create_avd_abi @create_avd_abi end |
#create_avd_additional_options ⇒ Object
Returns the value of attribute create_avd_additional_options.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def end |
#create_avd_device ⇒ Object
Returns the value of attribute create_avd_device.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def create_avd_device @create_avd_device end |
#create_avd_hardware_config_filepath ⇒ Object
Returns the value of attribute create_avd_hardware_config_filepath.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def create_avd_hardware_config_filepath @create_avd_hardware_config_filepath end |
#create_avd_package ⇒ Object
Returns the value of attribute create_avd_package.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def create_avd_package @create_avd_package end |
#create_avd_tag ⇒ Object
Returns the value of attribute create_avd_tag.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def create_avd_tag @create_avd_tag end |
#launch_avd_additional_options ⇒ Object
Returns the value of attribute launch_avd_additional_options.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def end |
#launch_avd_launch_binary_name ⇒ Object
Returns the value of attribute launch_avd_launch_binary_name.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def launch_avd_launch_binary_name @launch_avd_launch_binary_name end |
#launch_avd_port ⇒ Object
Returns the value of attribute launch_avd_port.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def launch_avd_port @launch_avd_port end |
#launch_avd_snapshot_filepath ⇒ Object
Returns the value of attribute launch_avd_snapshot_filepath.
5 6 7 |
# File 'lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb', line 5 def launch_avd_snapshot_filepath @launch_avd_snapshot_filepath end |