Class: CompactIndex::Gem

Inherits:
Struct
  • Object
show all
Defined in:
lib/compact_index/gem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/compact_index/gem.rb', line 2

def name
  @name
end

#versionsObject

Returns the value of attribute versions

Returns:

  • (Object)

    the current value of versions



2
3
4
# File 'lib/compact_index/gem.rb', line 2

def versions
  @versions
end