Class: Timeline::FinalRecord
- Inherits:
 - 
      Object
      
        
- Object
 - Timeline::FinalRecord
 
 
- Defined in:
 - service/showback.rb
 
Overview
Same as InitRecord but for the end of Timeline
Instance Method Summary collapse
- 
  
    
      #initialize(time)  ⇒ FinalRecord 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
Just saves given time.
 - 
  
    
      #ts  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Returns @time.
 
Constructor Details
#initialize(time) ⇒ FinalRecord
Just saves given time
      80 81 82  | 
    
      # File 'service/showback.rb', line 80 def initialize time @time = time end  | 
  
Instance Method Details
#ts ⇒ Object
Returns @time
      85 86 87  | 
    
      # File 'service/showback.rb', line 85 def ts @time end  |