Class: Steep::Project::Target::SignatureValidationErrorStatus
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::Target::SignatureValidationErrorStatus
- Defined in:
- lib/steep/project/target.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
17 18 19 |
# File 'lib/steep/project/target.rb', line 17 def errors @errors end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
17 18 19 |
# File 'lib/steep/project/target.rb', line 17 def @timestamp end |