Module: GENYMOTION

Defined in:
lib/genymotion/version.rb,
lib/genymotion/emulator.rb,
lib/genymotion/executables.rb
more...

Defined Under Namespace

Classes: DeviceManager

Constant Summary collapse

VERSION =
'1.0'

Class Method Summary collapse

Class Method Details

.player_appObject

[View source]

6
7
8
# File 'lib/genymotion/executables.rb', line 6

def self.player_app
  @player_app
end

.player_app=(player_app_path) ⇒ Object

[View source]

2
3
4
# File 'lib/genymotion/executables.rb', line 2

def self.player_app=(player_app_path)
  @player_app = player_app_path
end