Class: Rubycc::Doctor::VerifiedGems::Verification
- Inherits:
-
Struct
- Object
- Struct
- Rubycc::Doctor::VerifiedGems::Verification
- Defined in:
- lib/rubycc/doctor/verified_gems.rb
Overview
One environment's verification of a gem, mirroring the JSON schema.
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#evidence ⇒ Object
Returns the value of attribute evidence.
-
#verified_at ⇒ Object
Returns the value of attribute verified_at.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
34 35 36 |
# File 'lib/rubycc/doctor/verified_gems.rb', line 34 def environment @environment end |
#evidence ⇒ Object
Returns the value of attribute evidence
34 35 36 |
# File 'lib/rubycc/doctor/verified_gems.rb', line 34 def evidence @evidence end |
#verified_at ⇒ Object
Returns the value of attribute verified_at
34 35 36 |
# File 'lib/rubycc/doctor/verified_gems.rb', line 34 def verified_at @verified_at end |
#versions ⇒ Object
Returns the value of attribute versions
34 35 36 |
# File 'lib/rubycc/doctor/verified_gems.rb', line 34 def versions @versions end |