Class: Steep::Project::SourceFile::AnnotationSyntaxErrorStatus
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::SourceFile::AnnotationSyntaxErrorStatus
- Defined in:
- lib/steep/project/file.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/steep/project/file.rb', line 12 def error @error end |
#location ⇒ Object
Returns the value of attribute location
12 13 14 |
# File 'lib/steep/project/file.rb', line 12 def location @location end |