Class: Ruber::YAMLSyntaxChecker::SyntaxError
- Inherits:
-
Struct
- Object
- Struct
- Ruber::YAMLSyntaxChecker::SyntaxError
- Defined in:
- plugins/yaml_syntax_checker/yaml_syntax_checker.rb
Instance Attribute Summary (collapse)
-
- (Object) column
Returns the value of attribute column.
-
- (Object) formatted_message
Returns the value of attribute formatted_message.
-
- (Object) line
Returns the value of attribute line.
-
- (Object) message
Returns the value of attribute message.
Instance Attribute Details
- (Object) column
Returns the value of attribute 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
27 28 29 |
# File 'plugins/yaml_syntax_checker/yaml_syntax_checker.rb', line 27 def @formatted_message end |
- (Object) line
Returns the value of attribute 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
27 28 29 |
# File 'plugins/yaml_syntax_checker/yaml_syntax_checker.rb', line 27 def @message end |