Class: Rubycc::Doctor::VerifiedGems::Verification

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubycc/doctor/verified_gems.rb

Overview

One environment's verification of a gem, mirroring the JSON schema.

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



34
35
36
# File 'lib/rubycc/doctor/verified_gems.rb', line 34

def environment
  @environment
end

#evidenceObject

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



34
35
36
# File 'lib/rubycc/doctor/verified_gems.rb', line 34

def evidence
  @evidence
end

#verified_atObject

Returns the value of attribute verified_at

Returns:

  • (Object)

    the current value of verified_at



34
35
36
# File 'lib/rubycc/doctor/verified_gems.rb', line 34

def verified_at
  @verified_at
end

#versionsObject

Returns the value of attribute versions

Returns:

  • (Object)

    the current value of versions



34
35
36
# File 'lib/rubycc/doctor/verified_gems.rb', line 34

def versions
  @versions
end