Class: SimCtl::Keychain
- Inherits:
-
Object
- Object
- SimCtl::Keychain
- Defined in:
- lib/simctl/keychain.rb
Instance Method Summary collapse
-
#initialize(device) ⇒ Keychain
constructor
A new instance of Keychain.
-
#reset ⇒ void
Reset the keychain.
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
#reset ⇒ void
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 |