Class: MeowCop::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- MeowCop::CLI::Options
- Defined in:
- lib/meowcop/cli.rb
Instance Attribute Summary collapse
-
#help ⇒ Object
Returns the value of attribute help.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#help ⇒ Object
Returns the value of attribute help
33 34 35 |
# File 'lib/meowcop/cli.rb', line 33 def help @help end |
#version ⇒ Object
Returns the value of attribute version
33 34 35 |
# File 'lib/meowcop/cli.rb', line 33 def version @version end |