Class: Fastlane::Helper::SyncDevicesHelper::Command::Noop

Inherits:
Base
  • Object
show all
Defined in:
lib/fastlane/plugin/sync_devices/helper/sync_devices_helper/command.rb

Overview

Command to do nothing.

Instance Attribute Summary

Attributes inherited from Base

#device

Instance Method Summary collapse

Instance Method Details

#descriptionString

Returns:

  • (String)


41
42
43
# File 'lib/fastlane/plugin/sync_devices/helper/sync_devices_helper/command.rb', line 41

def description
  "Skipped #{device.name} (#{device.udid})"
end

#runvoid

This method returns an undefined value.



36
37
38
# File 'lib/fastlane/plugin/sync_devices/helper/sync_devices_helper/command.rb', line 36

def run
  # Does nothing.
end