Class: RaaP::CLI::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_privateObject

Returns the value of attribute allow_private

Returns:

  • (Object)

    the current value of allow_private



6
7
8
# File 'lib/raap/cli.rb', line 6

def allow_private
  @allow_private
end

#coverageObject

Returns the value of attribute coverage

Returns:

  • (Object)

    the current value of coverage



6
7
8
# File 'lib/raap/cli.rb', line 6

def coverage
  @coverage
end

#dirsObject

Returns the value of attribute dirs

Returns:

  • (Object)

    the current value of dirs



6
7
8
# File 'lib/raap/cli.rb', line 6

def dirs
  @dirs
end

#librariesObject

Returns the value of attribute libraries

Returns:

  • (Object)

    the current value of libraries



6
7
8
# File 'lib/raap/cli.rb', line 6

def libraries
  @libraries
end

#requiresObject

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



6
7
8
# File 'lib/raap/cli.rb', line 6

def requires
  @requires
end

#size_byObject

Returns the value of attribute size_by

Returns:

  • (Object)

    the current value of size_by



6
7
8
# File 'lib/raap/cli.rb', line 6

def size_by
  @size_by
end

#size_fromObject

Returns the value of attribute size_from

Returns:

  • (Object)

    the current value of size_from



6
7
8
# File 'lib/raap/cli.rb', line 6

def size_from
  @size_from
end

#size_toObject

Returns the value of attribute size_to

Returns:

  • (Object)

    the current value of size_to



6
7
8
# File 'lib/raap/cli.rb', line 6

def size_to
  @size_to
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



6
7
8
# File 'lib/raap/cli.rb', line 6

def timeout
  @timeout
end