Class: Evilution::CLI::Parser::StdinReader::Result
- Inherits:
-
Struct
- Object
- Struct
- Evilution::CLI::Parser::StdinReader::Result
- Defined in:
- lib/evilution/cli/parser/stdin_reader.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#files ⇒ Object
Returns the value of attribute files.
-
#ranges ⇒ Object
Returns the value of attribute ranges.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
6 7 8 |
# File 'lib/evilution/cli/parser/stdin_reader.rb', line 6 def error @error end |
#files ⇒ Object
Returns the value of attribute files
6 7 8 |
# File 'lib/evilution/cli/parser/stdin_reader.rb', line 6 def files @files end |
#ranges ⇒ Object
Returns the value of attribute ranges
6 7 8 |
# File 'lib/evilution/cli/parser/stdin_reader.rb', line 6 def ranges @ranges end |