Class: RaaP::CLI::Option
- Inherits:
-
Struct
- Object
- Struct
- RaaP::CLI::Option
- Defined in:
- lib/raap/cli.rb
Instance Attribute Summary collapse
-
#allow_private ⇒ Object
Returns the value of attribute allow_private.
-
#coverage ⇒ Object
Returns the value of attribute coverage.
-
#dirs ⇒ Object
Returns the value of attribute dirs.
-
#libraries ⇒ Object
Returns the value of attribute libraries.
-
#requires ⇒ Object
Returns the value of attribute requires.
-
#size_by ⇒ Object
Returns the value of attribute size_by.
-
#size_from ⇒ Object
Returns the value of attribute size_from.
-
#size_to ⇒ Object
Returns the value of attribute size_to.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#allow_private ⇒ Object
Returns the value of attribute allow_private
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def allow_private @allow_private end |
#coverage ⇒ Object
Returns the value of attribute coverage
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def coverage @coverage end |
#dirs ⇒ Object
Returns the value of attribute dirs
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def dirs @dirs end |
#libraries ⇒ Object
Returns the value of attribute libraries
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def libraries @libraries end |
#requires ⇒ Object
Returns the value of attribute requires
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def requires @requires end |
#size_by ⇒ Object
Returns the value of attribute size_by
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def size_by @size_by end |
#size_from ⇒ Object
Returns the value of attribute size_from
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def size_from @size_from end |
#size_to ⇒ Object
Returns the value of attribute size_to
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def size_to @size_to end |
#timeout ⇒ Object
Returns the value of attribute timeout
6 7 8 |
# File 'lib/raap/cli.rb', line 6 def timeout @timeout end |