Class: Connect::Xref
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Connect::Xref
 
 
- Defined in:
 - lib/connect/dsl.rb
 
Overview
Two structures to hold an reference to a definition and usage
Instance Attribute Summary collapse
- 
  
    
      #file_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute file_name.
 - 
  
    
      #lineno  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute lineno.
 
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name
      45 46 47  | 
    
      # File 'lib/connect/dsl.rb', line 45 def file_name @file_name end  | 
  
#lineno ⇒ Object
Returns the value of attribute lineno
      45 46 47  | 
    
      # File 'lib/connect/dsl.rb', line 45 def lineno @lineno end  |