Class: Gherkin::GherkinLine::Span
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Gherkin::GherkinLine::Span
 
 
- Defined in:
 - lib/gherkin/gherkin_line.rb
 
Instance Attribute Summary collapse
- 
  
    
      #column  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute column.
 - 
  
    
      #text  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute text.
 
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
      106 107 108  | 
    
      # File 'lib/gherkin/gherkin_line.rb', line 106 def column @column end  | 
  
#text ⇒ Object
Returns the value of attribute text
      106 107 108  | 
    
      # File 'lib/gherkin/gherkin_line.rb', line 106 def text @text end  |