Class: Evilution::CLI::Parser::StdinReader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/evilution/cli/parser/stdin_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/evilution/cli/parser/stdin_reader.rb', line 6

def error
  @error
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



6
7
8
# File 'lib/evilution/cli/parser/stdin_reader.rb', line 6

def files
  @files
end

#rangesObject

Returns the value of attribute ranges

Returns:

  • (Object)

    the current value of ranges



6
7
8
# File 'lib/evilution/cli/parser/stdin_reader.rb', line 6

def ranges
  @ranges
end