Class: YbDDLParser::AST::ParseDiagnostic
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::ParseDiagnostic
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
27 28 29 |
# File 'lib/yb_ddl_parser/ast.rb', line 27 def @message end |
#position ⇒ Object (readonly)
Returns the value of attribute position
27 28 29 |
# File 'lib/yb_ddl_parser/ast.rb', line 27 def position @position end |