class VpsbClient::Datafiles::FormattedSarLogParser

Constants

PXX_RANGES

Public Instance Methods

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