Class: Timeline::FinalRecord

Inherits:
Object
  • Object
show all
Defined in:
service/showback.rb

Overview

Same as InitRecord but for the end of Timeline

Instance Method Summary collapse

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

#tsObject

Returns @time



85
86
87
# File 'service/showback.rb', line 85

def ts
  @time
end