Class: Doing::Section
Overview
Section Object
Instance Attribute Summary collapse
- 
  
    
      #original  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute original. 
- 
  
    
      #title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute title. 
Instance Method Summary collapse
- #equal?(other) ⇒ Boolean
- 
  
    
      #initialize(title, original: nil)  ⇒ Section 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Section. 
- 
  
    
      #to_s  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Outputs section title. 
Constructor Details
#initialize(title, original: nil) ⇒ Section
Returns a new instance of Section.