Class: Steep::Project::SourceFile::AnnotationSyntaxErrorStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/steep/project/file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/steep/project/file.rb', line 12

def error
  @error
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



12
13
14
# File 'lib/steep/project/file.rb', line 12

def location
  @location
end