Class: Wildling::Cli::CliArgs

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

Instance Attribute Summary collapse

Instance Attribute Details

#checkObject

Returns the value of attribute check

Returns:

  • (Object)

    the current value of check



10
11
12
# File 'lib/wildling/cli.rb', line 10

def check
  @check
end

#dictionariesObject

Returns the value of attribute dictionaries

Returns:

  • (Object)

    the current value of dictionaries



10
11
12
# File 'lib/wildling/cli.rb', line 10

def dictionaries
  @dictionaries
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



10
11
12
# File 'lib/wildling/cli.rb', line 10

def help
  @help
end

#patternsObject

Returns the value of attribute patterns

Returns:

  • (Object)

    the current value of patterns



10
11
12
# File 'lib/wildling/cli.rb', line 10

def patterns
  @patterns
end

#rangesObject

Returns the value of attribute ranges

Returns:

  • (Object)

    the current value of ranges



10
11
12
# File 'lib/wildling/cli.rb', line 10

def ranges
  @ranges
end

#selectsObject

Returns the value of attribute selects

Returns:

  • (Object)

    the current value of selects



10
11
12
# File 'lib/wildling/cli.rb', line 10

def selects
  @selects
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



10
11
12
# File 'lib/wildling/cli.rb', line 10

def version
  @version
end