Module: SimCtl

Defined in:
lib/simctl.rb,
lib/simctl/list.rb,
lib/simctl/device.rb,
lib/simctl/object.rb,
lib/simctl/command.rb,
lib/simctl/runtime.rb,
lib/simctl/version.rb,
lib/simctl/executor.rb,
lib/simctl/device_path.rb,
lib/simctl/device_type.rb,
lib/simctl/command/boot.rb,
lib/simctl/command/kill.rb,
lib/simctl/command/list.rb,
lib/simctl/command/erase.rb,
lib/simctl/command/reset.rb,
lib/simctl/command/create.rb,
lib/simctl/command/delete.rb,
lib/simctl/command/launch.rb,
lib/simctl/command/rename.rb,
lib/simctl/command/shutdown.rb

Defined Under Namespace

Classes: Command, Device, DevicePath, DeviceType, Executor, List, Object, Runtime

Constant Summary collapse

VERSION =
"1.3.1"

Class Method Summary collapse

Class Method Details

.commandObject



9
10
11
12
# File 'lib/simctl.rb', line 9

def command
  return @command if defined?(@command)
  @command = SimCtl::Command.new
end