Class: Gem::Guardian::RegistryAudit::EntryResult
- Inherits:
-
Data
- Object
- Data
- Gem::Guardian::RegistryAudit::EntryResult
- Defined in:
- lib/gem/guardian/registry_audit.rb
Overview
One audited registry entry.
Instance Attribute Summary collapse
-
#entry ⇒ Object
readonly
Returns the value of attribute entry.
-
#provenance ⇒ Object
readonly
Returns the value of attribute provenance.
Instance Method Summary collapse
-
#dependency ⇒ Object
Returns the dependency represented by this entry.
Instance Attribute Details
#entry ⇒ Object (readonly)
Returns the value of attribute entry
13 14 15 |
# File 'lib/gem/guardian/registry_audit.rb', line 13 def entry @entry end |
#provenance ⇒ Object (readonly)
Returns the value of attribute provenance
13 14 15 |
# File 'lib/gem/guardian/registry_audit.rb', line 13 def provenance @provenance end |
Instance Method Details
#dependency ⇒ Object
Returns the dependency represented by this entry.
15 16 17 |
# File 'lib/gem/guardian/registry_audit.rb', line 15 def dependency entry.dependency end |