Class: ICSP::Commands::Container::ForgetAllPinCodes
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- ICSP::Commands::Container::ForgetAllPinCodes
- Defined in:
- lib/commands/container/forget_all_pin_codes.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
#arguments, #config, #options, #prompt
Instance Method Summary collapse
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from ICSP::Commands::BaseCommand
Instance Method Details
#csptest ⇒ Object
7 8 9 |
# File 'lib/commands/container/forget_all_pin_codes.rb', line 7 def csptest @csptest ||= @config.csptest end |
#execute ⇒ Object
11 12 13 |
# File 'lib/commands/container/forget_all_pin_codes.rb', line 11 def execute raise 'Not implemented' end |