Class: Steep::Project::SourceFile::TypeCheckStatus

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

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end

#typingObject

Returns the value of attribute typing

Returns:

  • (Object)

    the current value of typing



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

def typing
  @typing
end