Class: Doing::Entry
Overview
An individual changelog item
Instance Attribute Summary collapse
- 
  
    
      #prefix  ⇒ Object 
    
    
  
  
  
  
    
    
      writeonly
    
  
  
  
  
  
  
    Sets the attribute prefix. 
- 
  
    
      #string  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute string. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
Instance Method Summary collapse
- #clean(string) ⇒ Object
- 
  
    
      #initialize(string, type, prefix: false)  ⇒ Entry 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Entry. 
- #print_prefix ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(string, type, prefix: false) ⇒ Entry
Returns a new instance of Entry.