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