Class: Pod::Specification::Set::LazySpecification
- Inherits:
 - BasicObject
 
- Defined in:
 - lib/cocoapods-bb-bin/native/resolver.rb
 
Instance Attribute Summary collapse
- 
  
    
      #spec_source  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute spec_source.
 
Instance Method Summary collapse
Instance Attribute Details
#spec_source ⇒ Object (readonly)
Returns the value of attribute spec_source.
      213 214 215  | 
    
      # File 'lib/cocoapods-bb-bin/native/resolver.rb', line 213 def spec_source @spec_source end  | 
  
Instance Method Details
#respond_to?(method, include_all = false) ⇒ Boolean
      222 223 224 225 226  | 
    
      # File 'lib/cocoapods-bb-bin/native/resolver.rb', line 222 def respond_to?(method, include_all = false) return super unless method == :spec_source true end  |