Class: SecureKeys::Validation::Console::Argument::Scan::Handler

Inherits:
Object
  • Object
show all
Extended by:
Core::Console::Argument::Fetchable
Defined in:
lib/validation/console/arguments/scan/handler.rb

Overview

Stores and provides access to the resolved CLI arguments for the scan subcommand

Class Attribute Summary collapse

Method Summary

Methods included from Core::Console::Argument::Fetchable

fetch, set

Class Attribute Details

.argumentsObject (readonly)

Returns the value of attribute arguments.



15
16
17
# File 'lib/validation/console/arguments/scan/handler.rb', line 15

def arguments
  @arguments
end