Class: Kapusta::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::CLI::Options
- Defined in:
- lib/kapusta/cli.rb
Instance Attribute Summary collapse
-
#compile ⇒ Object
Returns the value of attribute compile.
-
#help ⇒ Object
Returns the value of attribute help.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#compile ⇒ Object
Returns the value of attribute compile
8 9 10 |
# File 'lib/kapusta/cli.rb', line 8 def compile @compile end |
#help ⇒ Object
Returns the value of attribute help
8 9 10 |
# File 'lib/kapusta/cli.rb', line 8 def help @help end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/kapusta/cli.rb', line 8 def version @version end |