Class: SecureKeys::Validation::Console::Argument::Scan::Handler
- Inherits:
-
Object
- Object
- SecureKeys::Validation::Console::Argument::Scan::Handler
- 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
-
.arguments ⇒ Object
readonly
Returns the value of attribute arguments.
Method Summary
Methods included from Core::Console::Argument::Fetchable
Class Attribute Details
.arguments ⇒ Object (readonly)
Returns the value of attribute arguments.
15 16 17 |
# File 'lib/validation/console/arguments/scan/handler.rb', line 15 def arguments @arguments end |