class CopyTunerClient::RequestSync

def next_sync_at

def next_sync_at
  @last_synced + @interval if @last_synced and @interval
end