Class: Gem::Guardian::RegistryAudit::EntryResult

Inherits:
Data
  • Object
show all
Defined in:
lib/gem/guardian/registry_audit.rb

Overview

One audited registry entry.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#entryObject (readonly)

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



13
14
15
# File 'lib/gem/guardian/registry_audit.rb', line 13

def entry
  @entry
end

#provenanceObject (readonly)

Returns the value of attribute provenance

Returns:

  • (Object)

    the current value of provenance



13
14
15
# File 'lib/gem/guardian/registry_audit.rb', line 13

def provenance
  @provenance
end

Instance Method Details

#dependencyObject

Returns the dependency represented by this entry.



15
16
17
# File 'lib/gem/guardian/registry_audit.rb', line 15

def dependency
  entry.dependency
end