Class: Steep::Project::SourceFile::ParseErrorStatus

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



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

def error
  @error
end