Class: Fastlane::Provider::AVD_scheme

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avd_nameObject

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_abiObject

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_optionsObject

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 create_avd_additional_options
  @create_avd_additional_options
end

#create_avd_deviceObject

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_filepathObject

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_packageObject

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_tagObject

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_optionsObject

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 launch_avd_additional_options
  @launch_avd_additional_options
end

#launch_avd_launch_binary_nameObject

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_portObject

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_filepathObject

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