Class: CompactIndex::GemInfo::DepKey
- Inherits:
-
Struct
- Object
- Struct
- CompactIndex::GemInfo::DepKey
- Defined in:
- lib/compact_index/gem_info.rb
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#required_ruby_version ⇒ Object
Returns the value of attribute required_ruby_version.
-
#rubygems_version ⇒ Object
Returns the value of attribute rubygems_version.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
5 6 7 |
# File 'lib/compact_index/gem_info.rb', line 5 def checksum @checksum end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/compact_index/gem_info.rb', line 5 def name @name end |
#number ⇒ Object
Returns the value of attribute number
5 6 7 |
# File 'lib/compact_index/gem_info.rb', line 5 def number @number end |
#platform ⇒ Object
Returns the value of attribute platform
5 6 7 |
# File 'lib/compact_index/gem_info.rb', line 5 def platform @platform end |
#required_ruby_version ⇒ Object
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_version ⇒ Object
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 |