Class: Steep::Project::Target::SignatureValidationErrorStatus

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



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

def errors
  @errors
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end