Class: Steep::Project::Target::SignatureSyntaxErrorStatus

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



16
17
18
# File 'lib/steep/project/target.rb', line 16

def errors
  @errors
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



16
17
18
# File 'lib/steep/project/target.rb', line 16

def timestamp
  @timestamp
end