module GENYMOTION

Constants

VERSION

Public Class Methods

player_app() click to toggle source
# File lib/genymotion/executables.rb, line 6
def self.player_app
  @player_app
end
player_app=(player_app_path) click to toggle source
# File lib/genymotion/executables.rb, line 2
def self.player_app=(player_app_path)
  @player_app = player_app_path
end