Class: Rvim::Quickfix::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rvim/quickfix.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colObject

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



5
6
7
# File 'lib/rvim/quickfix.rb', line 5

def col
  @col
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/rvim/quickfix.rb', line 5

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/rvim/quickfix.rb', line 5

def line
  @line
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/rvim/quickfix.rb', line 5

def text
  @text
end