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
| 6 7 8 | # File 'lib/rubygems/available_set.rb', line 6 def source @source end | 
#spec ⇒ Object
Returns the value of attribute spec
| 6 7 8 | # File 'lib/rubygems/available_set.rb', line 6 def spec @spec end |