Class: SimCtl::Keychain

Inherits:
Object
  • Object
show all
Defined in:
lib/simctl/keychain.rb

Instance Method Summary collapse

Constructor Details

#initialize(device) ⇒ Keychain

Returns a new instance of Keychain.



3
4
5
# File 'lib/simctl/keychain.rb', line 3

def initialize(device)
  @device = device
end

Instance Method Details

#resetvoid

This method returns an undefined value.

Reset the keychain



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

def reset
  SimCtl.keychain_reset(device)
end