class VpsbClient::Datafiles::TimingLogParser

Constants

PXX_RANGES

Public Instance Methods

time() click to toggle source
# File lib/vpsb_client/datafiles/timing_log_parser.rb, line 27
def time
  Time.at(self.timestamp.to_i)
end