Exception: AocCli::Errors::FlagInv
- Inherits:
-
StandardError
- Object
- StandardError
- AocCli::Errors::FlagInv
- Defined in:
- lib/aoc_cli/errors.rb
Instance Attribute Summary collapse
-
#flag ⇒ Object
readonly
Returns the value of attribute flag.
Instance Method Summary collapse
-
#initialize(flag) ⇒ FlagInv
constructor
A new instance of FlagInv.
- #message ⇒ Object
Constructor Details
Instance Attribute Details
#flag ⇒ Object (readonly)
Returns the value of attribute flag.
152 153 154 |
# File 'lib/aoc_cli/errors.rb', line 152 def flag @flag end |