Class: Ruber::YAMLSyntaxChecker::SyntaxError

Inherits:
Struct
  • Object
show all
Defined in:
plugins/yaml_syntax_checker/yaml_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



27
28
29
# File 'plugins/yaml_syntax_checker/yaml_syntax_checker.rb', line 27

def column
  @column
end

- (Object) formatted_message

Returns the value of attribute formatted_message

Returns:

  • (Object)

    the current value of formatted_message



27
28
29
# File 'plugins/yaml_syntax_checker/yaml_syntax_checker.rb', line 27

def formatted_message
  @formatted_message
end

- (Object) line

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



27
28
29
# File 'plugins/yaml_syntax_checker/yaml_syntax_checker.rb', line 27

def line
  @line
end

- (Object) message

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



27
28
29
# File 'plugins/yaml_syntax_checker/yaml_syntax_checker.rb', line 27

def message
  @message
end