Class: CompactIndex::GemInfo::DepKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#checksumObject

Returns the value of attribute checksum



5
6
7
# File 'lib/compact_index/gem_info.rb', line 5

def checksum
  @checksum
end

#nameObject

Returns the value of attribute name



5
6
7
# File 'lib/compact_index/gem_info.rb', line 5

def name
  @name
end

#numberObject

Returns the value of attribute number



5
6
7
# File 'lib/compact_index/gem_info.rb', line 5

def number
  @number
end

#platformObject

Returns the value of attribute platform



5
6
7
# File 'lib/compact_index/gem_info.rb', line 5

def platform
  @platform
end

#required_ruby_versionObject

Returns the value of attribute required_ruby_version



5
6
7
# File 'lib/compact_index/gem_info.rb', line 5

def required_ruby_version
  @required_ruby_version
end

#rubygems_versionObject

Returns the value of attribute rubygems_version



5
6
7
# File 'lib/compact_index/gem_info.rb', line 5

def rubygems_version
  @rubygems_version
end