Class: MeowCop::CLI::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/meowcop/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help


33
34
35
# File 'lib/meowcop/cli.rb', line 33

def help
  @help
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version


33
34
35
# File 'lib/meowcop/cli.rb', line 33

def version
  @version
end