Class: Bhook::ArgsParser::Options
- Inherits:
-
Struct
- Object
- Struct
- Bhook::ArgsParser::Options
- Defined in:
- lib/bhook/args_parser.rb
Instance Attribute Summary collapse
-
#benchmark ⇒ Object
Returns the value of attribute benchmark.
-
#generate_theme ⇒ Object
Returns the value of attribute generate_theme.
-
#help ⇒ Object
Returns the value of attribute help.
-
#mount ⇒ Object
Returns the value of attribute mount.
-
#output ⇒ Object
Returns the value of attribute output.
-
#source ⇒ Object
Returns the value of attribute source.
-
#theme ⇒ Object
Returns the value of attribute theme.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
-
#watch ⇒ Object
Returns the value of attribute watch.
Instance Attribute Details
#benchmark ⇒ Object
Returns the value of attribute benchmark
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def benchmark @benchmark end |
#generate_theme ⇒ Object
Returns the value of attribute generate_theme
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def generate_theme @generate_theme end |
#help ⇒ Object
Returns the value of attribute help
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def help @help end |
#mount ⇒ Object
Returns the value of attribute mount
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def mount @mount end |
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def output @output end |
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def source @source end |
#theme ⇒ Object
Returns the value of attribute theme
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def theme @theme end |
#verbose ⇒ Object
Returns the value of attribute verbose
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def verbose @verbose end |
#watch ⇒ Object
Returns the value of attribute watch
8 9 10 |
# File 'lib/bhook/args_parser.rb', line 8 def watch @watch end |