Class: CompactIndex::Gem
- Inherits:
-
Struct
- Object
- Struct
- CompactIndex::Gem
- Defined in:
- lib/compact_index/gem.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/compact_index/gem.rb', line 2 def name @name end |
#versions ⇒ Object
Returns the value of attribute versions
2 3 4 |
# File 'lib/compact_index/gem.rb', line 2 def versions @versions end |