Class: Steep::Project::Target::TypeCheckStatus

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

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



18
19
20
# File 'lib/steep/project/target.rb', line 18

def environment
  @environment
end

#subtypingObject

Returns the value of attribute subtyping

Returns:

  • (Object)

    the current value of subtyping



18
19
20
# File 'lib/steep/project/target.rb', line 18

def subtyping
  @subtyping
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



18
19
20
# File 'lib/steep/project/target.rb', line 18

def timestamp
  @timestamp
end

#type_check_sourcesObject

Returns the value of attribute type_check_sources

Returns:

  • (Object)

    the current value of type_check_sources



18
19
20
# File 'lib/steep/project/target.rb', line 18

def type_check_sources
  @type_check_sources
end