Class: Bhook::ArgsParser::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/bhook/args_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#benchmarkObject

Returns the value of attribute benchmark

Returns:

  • (Object)

    the current value of benchmark



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def benchmark
  @benchmark
end

#generate_themeObject

Returns the value of attribute generate_theme

Returns:

  • (Object)

    the current value of generate_theme



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def generate_theme
  @generate_theme
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def help
  @help
end

#mountObject

Returns the value of attribute mount

Returns:

  • (Object)

    the current value of mount



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def mount
  @mount
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def output
  @output
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def source
  @source
end

#themeObject

Returns the value of attribute theme

Returns:

  • (Object)

    the current value of theme



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def theme
  @theme
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def verbose
  @verbose
end

#watchObject

Returns the value of attribute watch

Returns:

  • (Object)

    the current value of watch



8
9
10
# File 'lib/bhook/args_parser.rb', line 8

def watch
  @watch
end