Class: Wildling::Cli::CliArgs
- Inherits:
-
Struct
- Object
- Struct
- Wildling::Cli::CliArgs
- Defined in:
- lib/wildling/cli.rb
Instance Attribute Summary collapse
-
#check ⇒ Object
Returns the value of attribute check.
-
#dictionaries ⇒ Object
Returns the value of attribute dictionaries.
-
#help ⇒ Object
Returns the value of attribute help.
-
#patterns ⇒ Object
Returns the value of attribute patterns.
-
#ranges ⇒ Object
Returns the value of attribute ranges.
-
#selects ⇒ Object
Returns the value of attribute selects.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#check ⇒ Object
Returns the value of attribute check
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def check @check end |
#dictionaries ⇒ Object
Returns the value of attribute dictionaries
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def dictionaries @dictionaries end |
#help ⇒ Object
Returns the value of attribute help
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def help @help end |
#patterns ⇒ Object
Returns the value of attribute patterns
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def patterns @patterns end |
#ranges ⇒ Object
Returns the value of attribute ranges
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def ranges @ranges end |
#selects ⇒ Object
Returns the value of attribute selects
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def selects @selects end |
#version ⇒ Object
Returns the value of attribute version
10 11 12 |
# File 'lib/wildling/cli.rb', line 10 def version @version end |