Class: Gem::AvailableSet::Tuple
- Inherits:
-
Struct
- Object
- Struct
- Gem::AvailableSet::Tuple
- Defined in:
- lib/rubygems/available_set.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/rubygems/available_set.rb', line 5 def source @source end |
#spec ⇒ Object
Returns the value of attribute spec
5 6 7 |
# File 'lib/rubygems/available_set.rb', line 5 def spec @spec end |