Class: Ruber::RubySyntaxChecker::SyntaxError

Inherits:
Struct
  • Object
show all
Defined in:
plugins/ruby_syntax_checker/ruby_syntax_checker.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) column

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



25
26
27
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25

def column
  @column
end

- (Object) error_type

Returns the value of attribute error_type

Returns:

  • (Object)

    the current value of error_type



25
26
27
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25

def error_type
  @error_type
end

- (Object) formatted_message

Returns the value of attribute formatted_message

Returns:

  • (Object)

    the current value of formatted_message



25
26
27
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25

def formatted_message
  @formatted_message
end

- (Object) line

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



25
26
27
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25

def line
  @line
end

- (Object) message

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



25
26
27
# File 'plugins/ruby_syntax_checker/ruby_syntax_checker.rb', line 25

def message
  @message
end