Class: StillActive::RubyAdvisoryDb::GemRef
- Inherits:
-
Struct
- Object
- Struct
- StillActive::RubyAdvisoryDb::GemRef
- Defined in:
- lib/helpers/ruby_advisory_db.rb
Overview
bundler-audit’s Database#check_gem expects an object responding to #name and #version (a Gem::Version).
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/helpers/ruby_advisory_db.rb', line 19 def name @name end |
#version ⇒ Object
Returns the value of attribute version
19 20 21 |
# File 'lib/helpers/ruby_advisory_db.rb', line 19 def version @version end |